{"ScriptPreparationCode":"var arr = [];\r\n\r\nfor (let i = 0; i \u003C 10000; i\u002B\u002B) {\r\n arr.push(\u0060string number ${i}\u0060)\r\n}","TestCases":[{"Name":"forEach","Code":"arr.forEach(value =\u003E {\r\n\tconst foo = \u0060${value} test\u0060;\r\n});","IsDeferred":false},{"Name":"for of","Code":"for (const value of arr) {\r\n\tconst foo = \u0060${value} test\u0060;\r\n}","IsDeferred":false},{"Name":"for","Code":"for (let i = 0; i \u003C arr.length; i\u002B\u002B) {\r\n\tconst foo = \u0060${arr[i]} test\u0060;\r\n}","IsDeferred":false}]}