what is Arrow function in JavaScript - ES6

 arrow function - It is nothing but same as function expression but short and sweet.

Comments

Popular posts from this blog

Understanding Collection and Object Initializer

How to execute Javascript in VS code