DEV Community

Discussion on: Level Up with JavaScript

Collapse
 
alexander89 profile image
Alexander Halemba • Edited

They are different. For example, "functions" have a "this" pointer. Fat arrow functions try to find "this" in the scope.

I try to avoid "funtions" whenever I can.

Collapse
 
devcronin profile image
DevCronin

Thank you for replying!

Collapse
 
loicboset profile image
Loïc Boset

Thank you!