Update solution.md

"themselves" instead of "itself".
This commit is contained in:
paroche 2019-09-21 22:17:02 -06:00 committed by GitHub
parent c3ef6c07eb
commit b9a7bfc4e5
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: