DEV Community

Discussion on: Functions in JavaScript

Collapse
 
acroynon profile image
Adam Roynon

It depends on why and where. When using the filter/map/etc functions I agree. For general functions readability can be better without using arrow functions.