Update article.md
This commit is contained in:
parent
010bde1a97
commit
dccca58f26
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ alert(longEar.jumps); // true (from rabbit)
|
|||
|
||||

|
||||
|
||||
Now if we read something from `longEar`, and it's missing, JavaScript will look for it in `rabbit`, and then in `animal`.
|
||||
|
||||
There are only two limitations:
|
||||
|
||||
1. The references can't go in circles. JavaScript will throw an error if we try to assign `__proto__` in a circle.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue