Showing posts with label ECMAScript 6. Show all posts
Showing posts with label ECMAScript 6. 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 »