Must Read
An Overview of JavaScript Testing in 2018
This guide intends to catch you up with the most important reasoning, terms, tools, and approaches to JavaScript testing in 2018.
Sponsor (Thank You)

Time tracking for your business has never been this easy!
Time Tracking has never been this easy. Hyperlogs is the most comprehensive app that helps you manage all your projects and teams timesheets without the clutter and complexity. Its time to focus on growing your business.
Tracking time is only a small part of understanding how healthy your business is. Hyperlogs gives you powerful and invaluable insight that guides sound business decision making. Know your revenue as well as your costs and get visual cues when vital project adjustments are necessary to help it succeed.
Its time you start focusing on growing your business, so let Hyperlogs handle the rest.
Learn
JS things I never knew existed
Here is a short list of those things, useful or not - learning JS seemingly never ends.
Babel: Nearing The 7.0 Release
What’s new, coming, and going on with the popular JavaScript compiler.
The Brutal Lifecycle of JavaScript Frameworks
JavaScript UI frameworks and libraries work in cycles. Every six months or so, a new one pops up, claiming that it has revolutionized UI development.
Tools & Code
JavaScript Object Explorer: A Web Tool to Find Object Methods
Answer questions to narrow down to the right method for your task.
TC39 to Recommend 'Consistently Explicit Semicolon Use'?
..rather than relying on automatic semicolon insertion, as future language developments may affect the situations where ASI works. Brendan Eich signalled his dissent, causing some debate - with many thinking TC39 could recommend the use of a linter instead.
Functional-Light JavaScript: A Balanced Book on FP in JS
Kyle Simpson’s written an interesting book that takes a pragmatic look at functional programming concepts in JavaScript. And, yes, you can read it all on GitHub.