{"ScriptPreparationCode":null,"TestCases":[{"Name":"Array.prototype.concat","Code":"var params = [ \u0022hello\u0022, {one: \u0027two\u0027} , 4, 3, 2, [\u0027one\u0027, \u0027two\u0027, \u0027three\u0027] ];\r\nvar other = [ 1, 2 ].concat(params);","IsDeferred":false},{"Name":"spread operator","Code":"var params = [ \u0022hello\u0022, {one: \u0027two\u0027} , 4, 3, 2, [\u0027one\u0027, \u0027two\u0027, \u0027three\u0027] ];\r\nvar other = [ 1, 2, ...params ]","IsDeferred":false}]}