{"ScriptPreparationCode":null,"TestCases":[{"Name":"Spread operator","Code":"const imageIds = [];\r\n\r\nfor(let i=0; i\u003C8/2; i\u002B\u002B) {\r\n const value = Math.floor(Math.random() * 100)\r\n \timageIds.push(value);\r\n}\r\nvar other = [...imageIds, ...imageIds]","IsDeferred":false},{"Name":"Push","Code":"const imageIds = [];\r\n\r\nfor(let i=0; i\u003C8/2; i\u002B\u002B) {\r\n \tconst value = Math.floor(Math.random() * 100)\r\n \timageIds.push(value);\r\n \timageIds.push(value);\r\n}","IsDeferred":false}]}