Make Your Code Cleaner, Shorter and Easier to Read! ES6 Tips and Tricks
This is a really good read going over some nice changes to JavaScript with ES6. There's definitely a couple things I could learn from in here, such as default values for method parameters dynamic property names. Definitely worth checking out.