Spread Operator Sample

Available in Chrome 46+

ES6’s spread operator “...” expands expression in-place and can be applied to function arguments or array expressions.

For now, this feature is behind Chrome’s “Experimental JavaScript” flag, which can be enabled by browsing to chrome://flags/#enable-javascript-harmony.