{"ScriptPreparationCode":"var obj1 = {}\r\nvar obj2 = {}\r\nvar obj3 = {}\r\nvar obj4 = {}\r\nvar obj5 = {}\r\nvar obj6 = {}\r\nvar obj7 = {}\r\nvar obj8 = {}\r\nvar obj9 = {}\r\nvar obj10 = {}\r\n\r\n;[...Array(100).keys()].forEach(() =\u003E {\r\n\tobj1[Math.random()] = Math.random()\r\n obj2[Math.random()] = Math.random()\r\n obj3[Math.random()] = Math.random()\r\n obj4[Math.random()] = Math.random()\r\n obj5[Math.random()] = Math.random()\r\n obj6[Math.random()] = Math.random()\r\n obj7[Math.random()] = Math.random()\r\n obj8[Math.random()] = Math.random()\r\n obj9[Math.random()] = Math.random()\r\n obj10[Math.random()] = Math.random()\r\n})\r\n\r\n","TestCases":[{"Name":"spread","Code":"var spreadObj = {\r\n ...obj1,\r\n ...obj2,\r\n ...obj3,\r\n ...obj4,\r\n ...obj5,\r\n ...obj6,\r\n ...obj7,\r\n ...obj8,\r\n ...obj9,\r\n ...obj10,\r\n}","IsDeferred":false},{"Name":"assign","Code":"var assignObj = Object.assign({}, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10)","IsDeferred":false}]}