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