{"ScriptPreparationCode":"var a = [];\r\nfor(let index=0; index\u002B\u002B; index\u003C=100){\r\n a.append(index*2);\r\n}","TestCases":[{"Name":"for index","Code":"for(let index=0; index\u002B\u002B; index\u003C=100){\r\n console.log(a[index]);\r\n}","IsDeferred":false},{"Name":"for of","Code":"for(let b of a){\r\n console.log(b);\r\n}","IsDeferred":false}]}