Update article.md
Change "you'd" to "you'll".
This commit is contained in:
parent
c3ef6c07eb
commit
29771d9f8a
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ The short answer is: constructors in inheriting classes must call `super(...)`,
|
|||
|
||||
...But why? What's going on here? Indeed, the requirement seems strange.
|
||||
|
||||
Of course, there's an explanation. Let's get into details, so you'd really understand what's going on.
|
||||
Of course, there's an explanation. Let's get into details, so you'll really understand what's going on.
|
||||
|
||||
In JavaScript, there's a distinction between a "constructor function of an inheriting class" and all others. In an inheriting class, the corresponding constructor function is labelled with a special internal property `[[ConstructorKind]]:"derived"`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue