March 17, 2016 by Christoff Truter
In this post I am going to give you a quick overview of the JavaScript implementation of the 6th major release of the ECMAScript specification (just enough information to get you fired).
JavaScript ES6March 9, 2016 by Christoff Truter
A Promise acts like a placeholder for an asynchronous operation that hasn't completed yet, its aim is to give us back the things we "lost" (or never had for that matter) when writing asynchronous code opposed to synchronous code.
JavaScript ES6