{"ScriptPreparationCode":null,"TestCases":[{"Name":"slice","Code":"var params = [ \u0022hello\u0022, true, 7 ]; var other = params.slice();","IsDeferred":false},{"Name":"spread","Code":"var params = [ \u0022hello\u0022, true, 7 ]; var other = [...params];","IsDeferred":false}]}