{"ScriptPreparationCode":null,"TestCases":[{"Name":"Spread Operator","Code":"var other = [ 1, 2, ...[ \u0022hello\u0022, true, 7 ] ]","IsDeferred":false},{"Name":"Push","Code":"var other = [ 1, 2 ].push(\u0022hello\u0022, true, 7);","IsDeferred":false}]}