{"ScriptPreparationCode":"const loop = 1000000;\r\nconst list = []\r\nfor (let i=0; i\u003Cloop; \u002B\u002Bi)\r\n list.push(i);","TestCases":[{"Name":"for","Code":"for(let i=0,length=list.length; i\u003Clength; \u002B\u002Bi)\r\n list[i] *= 2;\r\n","IsDeferred":false},{"Name":"foreach","Code":"list.forEach((n, i) =\u003E {\r\n list[i] *= 2;\r\n});","IsDeferred":false}]}