{"ScriptPreparationCode":null,"TestCases":[{"Name":"spread operator","Code":"var params = [ \u0022hello\u0022, true, 7 ]\r\nvar other = [ 1, 2 ]\r\nvar together = [...other, ...params]","IsDeferred":false},{"Name":"Array.prototype.push","Code":"var params = [ \u0022hello\u0022, true, 7 ]\r\nvar other = [ 1, 2 ]\r\nvar together = other.push(...params)","IsDeferred":false}]}