{"ScriptPreparationCode":"const ITERATIONS = 50000;\r\n \r\n var list = [];\r\n for (let i = 0; i \u003C ITERATIONS; i \u002B= 1) {\r\n list.push(Math.random());\r\n }\r\n \r\n let a\r\n","TestCases":[{"Name":"map","Code":"list.map(item =\u003E (a=item))","IsDeferred":false},{"Name":"for of","Code":"\t\r\nfor (let item of list) {\r\n a = item\r\n}","IsDeferred":false},{"Name":"for shit","Code":"for(let i = 0; i \u003C list.length; i\u002B\u002B) {\r\n a = list[i]\r\n}","IsDeferred":false}]}