Must Read
Jest 24 Released: The JS Testing Framework
It’s been 8 months since the last major release and it’s a big one with built-in support for TypeScript, improved assertion messages, and a fix for an annoying console.log bug, plus it gets a new Web site.
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
Type-Driven Development: Replacing Unit Tests with Types in TypeScript
Unit tests are great. But on TypeScript projects, many of them can be replaced with explicit type definitions.
JavaScript code error
How to solve this JavaScript error? var x = 1; function add Two(){ var x = x +2; } add Two(); x = x+1; console.log(x); I am getting an error when i run the code ?
Tools & Code
Relay: A Framework for Building Data-driven React Applications
Version 2 just came out and now uses the new Context API rather than the legacy one. It also steps up to React 16.
TypeScript 3.3 Improves Calling Union Types and Build Times
TypeScript 3.0 added support for composite projects allowing large projects to be separated into smaller projects to improve build times with the --build mode, recompiling only the necessary subset of projects and dependencies to optimize inter-project builds.
Readability.js: Extract the Readable Content from an HTML Document
A standalone version of the library used to power Firefox’s Reader View.
Interesting Links
Learning programming languages for free: GitHub's best courses and guides for JavaScript developers
The five highest-ranked collections of resources for learning JavaScript available via GitHub.
Misc
Asynchronous JavaScript
Join 10,000+ people learning about asynchronous programming and leverage promises in JavaScript from this course at Codecademy.