{"ScriptPreparationCode":null,"TestCases":[{"Name":"forEach","Code":"const a = [1,2,3,4,5,6,7,8,9,10]\r\nconst b = []\r\na.forEach(item =\u003E {\r\n b.push(item)\r\n})","IsDeferred":false},{"Name":"for loop","Code":"const a = [1,2,3,4,5,6,7,8,9,10]\r\nconst b = []\r\nfor (let i=0;i\u003Ca.length;i\u002B\u002B) {\r\n b.push(a[i])\r\n}","IsDeferred":false}]}