{"ScriptPreparationCode":"var params = [\u0027hello\u0027, true, 7];","TestCases":[{"Name":"Array.prototype.concat","Code":"var other = [1, 2].concat(params);","IsDeferred":false},{"Name":"spread operator","Code":"var other = [1, 2, ...params];","IsDeferred":false}]}