{"ScriptPreparationCode":null,"TestCases":[{"Name":"map","Code":"const a = [{b: 1},{b: 1},{b: 1},{b: 1},{b: 1},{b: 1},{b: 1},{b: 1},{b: 1},{b: 1}];\r\n\r\nconst b = a.map(e =\u003E e.b);","IsDeferred":false},{"Name":"for each plus push","Code":"const a = [{b: 1},{b: 1},{b: 1},{b: 1},{b: 1},{b: 1},{b: 1},{b: 1},{b: 1},{b: 1}];\r\nconst b = [];\r\n\r\na.forEach(e =\u003E b.push(e.b));","IsDeferred":false}]}