{"ScriptPreparationCode":"a = []\r\nfor(i=0; i\u003C100000; i\u002B\u002B){\r\n\ta.push(i)\r\n}","TestCases":[{"Name":"test native for","Code":"for(let i=0,length = a.length; i\u003Clength; i\u002B\u002B){\r\n\tconsole.log(i);\r\n}","IsDeferred":false},{"Name":"test for of","Code":"for(i of a){\r\n console.log(i)\r\n}","IsDeferred":false}]}