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