{"ScriptPreparationCode":"LENGTH = 10000;\r\ncount = 0;","TestCases":[{"Name":"Array.from","Code":"Array.from({length: LENGTH}, () =\u003E count\u002B\u002B)","IsDeferred":false},{"Name":"Array, fill, map","Code":"Array(LENGTH).fill().map(() =\u003E count\u002B\u002B)","IsDeferred":false}]}