Update solution.md
"themselves" instead of "itself".
This commit is contained in:
parent
c3ef6c07eb
commit
b9a7bfc4e5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue