{"ScriptPreparationCode":"x = [1,2,3,4,5]","TestCases":[{"Name":"forEach","Code":"y = []\r\nx.forEach(i =\u003E y.push(i))","IsDeferred":false},{"Name":"for ... of","Code":"y = []\r\nfor (const i of x) {\r\n y.push(i)\r\n}","IsDeferred":false}]}