ES6 Articles, Tutorials & News

ES6

ES6 for beginners part-3

ES6 array filter, array map, array reduce, template literals, imports and exports, destructuring objects and arrays, class extend and super…

Read more »
ES6

The ES6 Promises

Promises introduced in ES6 to improve handling of async operations. They are around for a long time but with ES6 they became part of vanilla JavaScript. Now you can use Promises in your JavaScript…

Read more »
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 »