DEV Community

Discussion on: Breaking Down ES6: Arrow Functions

Collapse
 
voidjuneau profile image
Juneau Lim • Edited

I also LOVE using arrow function and it even made me wanted to study a pure functional programming language in the future.

I didn’t know that I can omit () totally.
The “Lexical scope” was really useful when I started to learn React.
Never have thought about recursion part.

Thank you for putting such an effort for this insightful post and additional resources.