DEV Community

Discussion on: 5 Ways to Write Functions in JavaScript

Collapse
 
robertomaurizzi profile image
Roberto Maurizzi

He said "that use the arguments" object. It's not defined for arrow functions. Also, they don't have their own this but keep the one from their parent function, something that in certain cases is very useful.