{"ScriptPreparationCode":"var array = new Array(1000).fill(1);","TestCases":[{"Name":"foreach","Code":"array.forEach(function(i) {\r\n array[i];\r\n});","IsDeferred":false},{"Name":"for..of","Code":"for (var i of array) {\r\n array[i];\r\n}","IsDeferred":false}]}