{"ScriptPreparationCode":"var arr = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]","TestCases":[{"Name":"forEach","Code":"arr.forEach((value) =\u003E { console.log(value); });","IsDeferred":false},{"Name":"for.. of","Code":"for (const value of arr) {\r\n console.log(value);\r\n}","IsDeferred":false}]}