We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ee188 commit e4c5707Copy full SHA for e4c5707
1-js/09-classes/02-class-inheritance/article.md
@@ -362,7 +362,7 @@ And that's what we naturally expect. When the parent constructor is called in th
362
363
Why is there a difference?
364
365
-Well, the reason is in the field initialization order. The class field is initialized:
+Well, the reason is the field initialization order. The class field is initialized:
366
- Before constructor for the base class (that doesn't extend anything),
367
- Immediately after `super()` for the derived class.
368
0 commit comments