Hacker News new | past | comments | ask | show | jobs | submit login

You can always add an splat to use instead of arguments:

    (args...) =>



Sure, but there used to be a strong performance advantage when using the arguments variable with function.apply, also editing arguments' values affected named parameters' values (not sure that's desirable, but you know, semantics)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: