Skip to content

Arrow functions do not have an arguments object#45

Open
aliu-vmware wants to merge 1 commit intoreachtokish:masterfrom
aliu-vmware:master
Open

Arrow functions do not have an arguments object#45
aliu-vmware wants to merge 1 commit intoreachtokish:masterfrom
aliu-vmware:master

Conversation

@aliu-vmware
Copy link
Copy Markdown

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions

Arrow functions don't have their own bindings to this, arguments, or super, and should not be used as methods.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions

Arrow functions don't have their own bindings to this, arguments, or super, and should not be used as methods.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant