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