ES6 Articles, Tutorials & News

ES6

Babel and ES6

Babel is a JavaScript compiler. That means with Babel, you can write syntax in the latest version of JavaScript, and it will transform the code to be browser-compatible JavaScript. This is awesome, because it is good to learn the most up to date version, …

Read more »
ES6

Journey to ES6 and Beyond

Traveling to Al Qudra lakes, with nothing much to do for about next hour, here comes a post about the history of JavaScript discussing how did we get here and what to expect in future.

Read more »
ES6

Abusing ES6 Promises

At a first look, promises look like a different way to handle callbacks. Working with them for a while, I’ve realized the provided…

Read more »