On Feb 19, 2015, at 9:01 AM, Andrea Giammarchi wrote: > I think I do understand ... is this operation valid in ES6 ? > > `var oneTwoThree = Array.prototype.concat(1, 2, 3); // [1, 2, 3]`
you would get: [Array.prototype, 1, 2, 3] That's what convinced me. allen _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

