{"ScriptPreparationCode":"var arr = Array.from({\r\n length: 100000000\r\n}).fill(1);","TestCases":[{"Name":"For Loop","Code":"for (let i = 0; i \u003C arr.length; i\u002B\u002B) {\r\n let j = arr[i] \u002B i;\r\n}","IsDeferred":false},{"Name":"For Each","Code":"arr.forEach((val, index)=\u003E{\r\n let k = index\u002Bval\r\n})","IsDeferred":false}]}