{"ScriptPreparationCode":"var arr = new Array(100000).fill(1);","TestCases":[{"Name":"Test flatMap","Code":"arr.flatMap(() =\u003E [1, 2, [3, 4, true, \u0022another\u0022, [{name:\u0022first\u0022, age: 24, pref: {shows: [\u0022rick and morty\u0022, \u0022adventure time\u0022]} }, {name:\u0022second\u0022, age: 24, pref: {shows: [\u0022the orville\u0022, \u0022black mirror\u0022]} }]]]);","IsDeferred":false},{"Name":"Test map/flat","Code":"arr.map(() =\u003E [1, 2, [3, 4, true, \u0022another\u0022, [{name:\u0022first\u0022, age: 24, pref: {shows: [\u0022rick and morty\u0022, \u0022adventure time\u0022]} }, {name:\u0022second\u0022, age: 24, pref: {shows: [\u0022the orville\u0022, \u0022black mirror\u0022]} }]]]).flat();","IsDeferred":false}]}