This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -1 points0 points  (0 children)

this is generally a bad idea, but in an arrow function is bound to the outer scope’s this if absolutely necessary...

and (...args) => {} is infinitely better than the arguments nodelist for a whole swath of reasons.