-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Array.at #39578
Comments
The way node.js gets support for language features/changes is through V8, which handles all of the JavaScript parsing and execution. If/When V8 supports whatever change, then node.js will (eventually) support it. In the particular case of |
Thanks for the explanation. I was thrown off by the fact that the MDN page says that Chrome already supports it, but nodejs does not, despite them both using V8. |
FWIW Support for |
Is your feature request related to a problem? Please describe.
Keep nodejs up-to-date with evolving ECMAScript/TC39 standards.
Describe the solution you'd like
Implement Array.at
Describe alternatives you've considered
Polyfills, but this is not ideal long-term.
The text was updated successfully, but these errors were encountered: