Merge pull request #1366 from paroche/patch-39

Update solution.md
This commit is contained in:
Ilya Kantor 2019-09-22 09:39:10 +03:00 committed by GitHub
commit ebc2d62b15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ Even after the fix, there's still important difference in `"class Rabbit extends
As we know, the "extends" syntax sets up two prototypes:
1. Between `"prototype"` of the constructor functions (for methods).
2. Between the constructor functions itself (for static methods).
2. Between the constructor functions themselves (for static methods).
In our case, for `class Rabbit extends Object` it means: