fixes
This commit is contained in:
parent
f96872425d
commit
6d1fa5de73
8 changed files with 84 additions and 79 deletions
|
@ -224,6 +224,6 @@ MyClass.property = ...
|
|||
MyClass.method = ...
|
||||
```
|
||||
|
||||
Static properties are inherited.
|
||||
Static properties and methods are inherited.
|
||||
|
||||
For `class B extends A` the prototype of the class `B` itself points to `A`: `B.[[Prototype]] = A`. So if a field is not found in `B`, the search continues in `A`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue