DEV Community

Discussion on: Introducing JavaScript Arrow Functions

Collapse
 
ahepa profile image
iosif hamlatzis

Coming from cpp world, I understood the syntax, but don't get the advantage of arrow functions

Collapse
 
aumayeung profile image
John Au-Yeung

The benefit of arrow functions is that you don't have to worry about what this is and accidentally using this in the wrong place.