{"ScriptPreparationCode":null,"TestCases":[{"Name":"Array.prototype.slice","Code":"var params = [ \u0022hello\u0022, true, 7 ];\r\nparams.slice(1);","IsDeferred":false},{"Name":"spread operator","Code":"var params = [ \u0022hello\u0022, true, 7 ];\r\n[ first, ...rest ] = params;","IsDeferred":false}]}