{"ScriptPreparationCode":null,"TestCases":[{"Name":"As spread","Code":"var item = { key: \u0027\u0027, item: \u0027running\u0027 };\r\nvar result = [\r\n {...item, key: \u0027this\u0027},\r\n {...item, key: \u0027that\u0027},\r\n {...item, key: \u0027the other\u0027},\r\n];\r\nconsole.log(result);","IsDeferred":false},{"Name":"As map","Code":"var data = [\u0027this\u0027, \u0027that\u0027, \u0027the other\u0027];\r\nvar result = data.map(key =\u003E ({ key: key, item: \u0027running\u0027 }));\r\nconsole.log(result);","IsDeferred":false}]}