{"ScriptPreparationCode":null,"TestCases":[{"Name":"spread","Code":"const params = [ \u0022hello\u0022, true, 7 ];\r\nconst [el, ...etc] = params\r\n\r\nconst r = el \u002B \u0027, world!\u0027","IsDeferred":false},{"Name":"push","Code":"const params = [ 7, true, \u0022hello\u0022 ]\r\nconst el = params.pop()\r\n\r\nconst r = el \u002B \u0027, world!\u0027","IsDeferred":false},{"Name":"unshift","Code":"var params = [ \u0022hello\u0022, true, 7 ]\r\nconst el = params.shift()\r\n\r\nconst r = el \u002B \u0027, world!\u0027","IsDeferred":false}]}