{"ScriptPreparationCode":null,"TestCases":[{"Name":"spread operator","Code":"var other = [ 1, 2 ]\r\nvar other2 = [...other, 3]\r\nvar other3 = [...other, 4]","IsDeferred":false},{"Name":"Push","Code":"var other = [ 1, 2 ];\r\nother.push(3);\r\nother.push(4);","IsDeferred":false}]}