Showing posts with label ES6. Show all posts
Showing posts with label ES6. Show all posts

The difference between traditional functions and arrow functions in javascript

The difference between traditional functions and arrow functions in javascript
Arrow functions are a new way to write function expressions in Javascript. They use ES6 ( ECMAScript 6 ) and have a shorter and nicer syntax. But they are not …
Read more »

To infinity and beyond with JavaScript Proxy API

To infinity and beyond with JavaScript Proxy API
The Proxy API was introduced in 2015 with ES6 and has the potential to revolutionize the JavaScript development experience by making previously impossible feat…
Read more »

Promises & Async/Await - a new feature for JavaScript Visualized at ES6

Promises & Async/Await - a new feature for JavaScript Visualized at ES6
Many times you have to deal with JS... but it doesn't run the way you expect. It may appear that functions were executed at random, unpredictable times, or…
Read more »