{"ScriptPreparationCode":"var arr = [1, 2, 3, 4, 5, 6, 7, 8, \u0022hello\u0022, { key: \u0022value\u0022 }, 11]","TestCases":[{"Name":"for .. of","Code":"for (let item of arr) {\r\n console.log(item);\r\n}","IsDeferred":false},{"Name":"for i","Code":"for (let i = 0; i \u003C arr.length; i\u002B\u002B) {\r\n console.log(arr[i]);\r\n}","IsDeferred":false}]}