We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e431006 commit d4ee188Copy full SHA for d4ee188
1-js/09-classes/02-class-inheritance/article.md
@@ -360,7 +360,7 @@ And that's what we naturally expect. When the parent constructor is called in th
360
361
...But for class fields it's not so. As said, the parent constructor always uses the parent field.
362
363
-Why is there the difference?
+Why is there a difference?
364
365
Well, the reason is in the field initialization order. The class field is initialized:
366
- Before constructor for the base class (that doesn't extend anything),
0 commit comments