DEV Community

Discussion on: ES6 Arrow Functions Cheatsheet

Collapse
 
equiman profile image
Camilo Martinez

And what about arrow functions with zero parameters?

Collapse
 
samanthaming profile image
Samantha Ming • Edited

That should definitely be in the notes!

// zero parameters require parentheses
() => "👍"