{"ScriptPreparationCode":null,"TestCases":[{"Name":".map()","Code":"const a = Array.from({length: 1000000}, (_, i) =\u003E i)\r\nlet total = 0; a.map(v =\u003E i \u002B= v); console.debug(\u0027.map() i=\u0027, i)","IsDeferred":false},{"Name":".forEach()","Code":"const a = Array.from({length: 1000000}, (_, i) =\u003E i)\r\nlet total = 0; a.forEach(v =\u003E i \u002B= v); console.debug(\u0027.map() i=\u0027, i)","IsDeferred":false}]}