{"ScriptPreparationCode":"var arr = new Array(1000);","TestCases":[{"Name":"for of","Code":"for(const a of arr) {\r\n console.log(a)\r\n}","IsDeferred":false},{"Name":"forEach","Code":"arr.forEach(console.log)","IsDeferred":false}]}