{"ScriptPreparationCode":null,"TestCases":[{"Name":"\u0060concat\u0060","Code":"var params = [ \u0022hello\u0022, true, 7 ];\r\nvar other = [ 1, 2 ].concat(params);","IsDeferred":false},{"Name":"\u0060push\u0060","Code":"var params = [ \u0022hello\u0022, true, 7 ];\r\nparams.push(1);\r\nparams.push(2);","IsDeferred":false},{"Name":"Spread operator","Code":"var params = [ \u0022hello\u0022, true, 7 ]\r\nvar other = [ 1, 2, ...params ]","IsDeferred":false}]}