{"ScriptPreparationCode":null,"TestCases":[{"Name":"from","Code":"const array = Array.from({length: 1000})","IsDeferred":false},{"Name":"for","Code":"const array = []\r\nfor(let i = 0; i \u003C 1000; i\u002B\u002B){\r\n\tarray.push(undefined)\r\n}","IsDeferred":false}]}