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