{"ScriptPreparationCode":"var arr = new Array(10).fill({aa:1,bb:2,cc:3})","TestCases":[{"Name":"for of","Code":"const res = [];\r\nfor (const x of arr) {\r\n\tres.push({...x})\r\n}","IsDeferred":false},{"Name":"map","Code":"arr.map((x) =\u003E ({...x}))","IsDeferred":false}]}