-
Notifications
You must be signed in to change notification settings - Fork 12.4k
ES version for async functions #52
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
Comments
I'm really glad this has been helpful! Interesting, I didn't realize the standards committee hadn't approved that. Can you send a PR for that? If not, no worries! For everyone's reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/New_in_JavaScript/ECMAScript_Next_support_in_Mozilla |
Sure, I'll make a PR π (but I'm going to sleep now, it's 3 AM here π ) |
Haha good! Get rest, code ends up cleaner that way :) So how about we just do a simple change with the wording and say it would be an ES2017/ES8 feature? |
First, thanks a lot for this guide. Love it!
I just wanted to point out one little mistake.
Actually ES2016 (or ES7) only added two features:
Array.prototype.includes
and the exponentiation operator.Async/Await is featured in ES2017 (or ES8).
The text was updated successfully, but these errors were encountered: