Mark Pearl

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



blog comments powered by Disqus

Want to get my personal insights on what I learn as I learn it? Subscribe now!


/