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