{"ScriptPreparationCode":"var arr = new Array(1000);","TestCases":[{"Name":"for of","Code":"var sum1 = 0;\r\nfor(const a of arr) {\r\n sum1 \u002B= 1;\r\n}","IsDeferred":false},{"Name":"forEach","Code":"var sum2 = 0;\r\narr.forEach((a) =\u003E {\r\n sum2 \u002B= 1;\r\n})","IsDeferred":false}]}