Closed bahmutov closed 8 years ago
var params = [ "hello", true, 7 ] var other = [ 1, 2, ...params ] // [ 1, 2, "hello", true, 7 ] console.assert(other.length === 5)