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