GitbookIO / javascript

GitBook teaching programming basics with Javascript
https://gitbook.gitbook.io/learn-javascript/
Apache License 2.0
3.54k stars 1.01k forks source link

Added ***Arrow Function.md***file #171

Open Dragon4926 opened 1 year ago

Dragon4926 commented 1 year ago

Recently, the mass popularity and use case of arrow functions led me to create and raise a PR of this file. IMPORTANCE: Arrow functions in JavaScript are concise and provide a shorter syntax for writing functions than traditional function expressions. They also have a linguistic binding, which means that the value of this inside an arrow function is based on the enclosing context and not on how the function is called.