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