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