{"ScriptPreparationCode":"var arr = new Array(5000).fill(1);","TestCases":[{"Name":"for of","Code":"for(const a of arr){\r\n console.log(a);\r\n}","IsDeferred":false},{"Name":"for","Code":"for(var a = 0; a \u003C arr.length; a\u002B\u002B){\r\n console.log(arr[a]);\r\n}","IsDeferred":false}]}