{"ScriptPreparationCode":"let big = (new Array(1e5)).fill(99);\r\n","TestCases":[{"Name":"Array.prototype.concat","Code":"\r\nvar other = big.concat(2);","IsDeferred":false},{"Name":"spread operator","Code":"\r\nvar other = [ ...big, 2 ]","IsDeferred":false}]}