General
Default + Rest + Spread
const organize = (...rest) => [].concat(...rest).sort();
References
Understanding ES6
NCZOnline
MDN - JavaScript
Five Minutes of JavaScript
BabelJS
Code TV: ES2015 With Babel
Code TV: ES2015 With Babel and Gulp
Code School Forum