We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b648de3 commit 8a6f009Copy full SHA for 8a6f009
README.md
@@ -964,14 +964,14 @@ Other Style Guides
964
// bad
965
class Rey extends Jedi {
966
constructor(...args) {
967
- super(args);
+ super(...args);
968
}
969
970
971
// good
972
973
974
975
this.name = 'Rey';
976
977
0 commit comments