If I try to run [ 1, 2, [ 3, 4 ] ].flat(), I get JSException: TypeError: [1, 2, [3, 4]].flat is not a function.
flat is a standard function of arrays. I haven't tested extensively for other array functions, but I can confirm that find, filter and map all work.
If I try to run
[ 1, 2, [ 3, 4 ] ].flat(), I getJSException: TypeError: [1, 2, [3, 4]].flat is not a function.flat is a standard function of arrays. I haven't tested extensively for other array functions, but I can confirm that
find,filterandmapall work.