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
Last week Chris and Dave mentioned that they don’t get why you have to call super when you’re in a class.
https://alex.party/posts/2023-07-18-classes-super-and-you/
The text was updated successfully, but these errors were encountered:
Now if we only could remove the line: // Always call super first in constructor From just about every Web Components Blog post...
And even the MDN documentation is wrong on this one: https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_custom_elements
You can put anything you want before super(), You just can't use the 'this' scope
Sorry, something went wrong.
No branches or pull requests
Classes, Super, and You
Last week Chris and Dave mentioned that they don’t get why you have to call super when you’re in a class.
https://alex.party/posts/2023-07-18-classes-super-and-you/
The text was updated successfully, but these errors were encountered: