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