DEV Community

Discussion on: why you shouldn't use arrow functions?

Collapse
 
lucgauer profile image
Lucas Gauer • Edited

Usage of return explicitly into a single statement arrow function (without the curly brackets), is actually a syntax error 🙁.