We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
Thanks for a great cheatsheet. I enjoyed reading it and learn a few new things :)
However, I think that getters and setters are not part of ES6 - they were introduced in ES5: http://www.ecma-international.org/ecma-262/6.0/#sec-method-definitions https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get#Specifications
ES6 gives us the possibility of using getters and setters in classes :)
BR, Marcin
The text was updated successfully, but these errors were encountered:
Resolving #87
c7f5e40
Hey @marcin-mazurek, thanks for bringing this up. You're absolutely right, I've gone ahead and updated the cheat sheet.
Sorry, something went wrong.
No branches or pull requests
Hi!
Thanks for a great cheatsheet. I enjoyed reading it and learn a few new things :)
However, I think that getters and setters are not part of ES6 - they were introduced in ES5:
http://www.ecma-international.org/ecma-262/6.0/#sec-method-definitions
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get#Specifications
ES6 gives us the possibility of using getters and setters in classes :)
BR,
Marcin
The text was updated successfully, but these errors were encountered: