{"ScriptPreparationCode":"var arr = new Array(200);","TestCases":[{"Name":"for","Code":"for (let i = 0; i \u003C arr.length; \u002B\u002Bi) {\r\n arr[i];\r\n}","IsDeferred":false},{"Name":"for..of","Code":"for (const el of arr) {\r\n el;\r\n}","IsDeferred":false},{"Name":"forEach","Code":"arr.forEach(el =\u003E { el; });","IsDeferred":false}]}