{"ScriptPreparationCode":null,"TestCases":[{"Name":"Array.prototype.slice","Code":"const params = [ \u0022hello\u0022, true, 7, { first: \u0022first\u0022, second: \u0022second\u0022 } ]\r\nconst other = params.slice()","IsDeferred":false},{"Name":"spread operator","Code":"const params = [ \u0022hello\u0022, true, 7, { first: \u0022first\u0022, second: \u0022second\u0022 } ]\r\nconst other = [ ...params ]","IsDeferred":false}]}