{"ScriptPreparationCode":"var objects = [{\r\n a: \u0027Ghkfj\u0027,\r\n b: \u0027Yvtzq\u0027,\r\n c: \u0027Rwsde\u0027\r\n },\r\n {\r\n a: \u0027Bpqwm\u0027,\r\n b: \u0027Sdfgh\u0027,\r\n c: \u0027Zxcvb\u0027\r\n },\r\n {\r\n a: \u0027Olmnp\u0027,\r\n b: \u0027Iujkl\u0027,\r\n c: \u0027Qwerty\u0027\r\n },\r\n {\r\n a: \u0027Cdsaf\u0027,\r\n b: \u0027Asdfg\u0027,\r\n c: \u0027Xcvbn\u0027\r\n },\r\n {\r\n a: \u0027Qwerz\u0027,\r\n b: \u0027Cvbnm\u0027,\r\n c: \u0027Xcvbn\u0027\r\n }\r\n];","TestCases":[{"Name":"map","Code":"objects = objects.map(el =\u003E ({\r\n ...el,\r\n d: Math.random()\r\n}));","IsDeferred":false},{"Name":"forEach","Code":"objects.forEach(el =\u003E el.d = Math.random());","IsDeferred":false},{"Name":"for of","Code":"for (let el of objects) el.d = Math.random();","IsDeferred":false}]}