minor fixes
This commit is contained in:
parent
d1a455080d
commit
f9feec2d69
7 changed files with 64 additions and 60 deletions
|
@ -16,7 +16,7 @@ The prototype is a little bit "magical". When we want to read a property from `o
|
|||
|
||||
The property `[[Prototype]]` is internal and hidden, but there are many ways to set it.
|
||||
|
||||
One of them is to use `__proto__`, like this:
|
||||
One of them is to use the special name `__proto__`, like this:
|
||||
|
||||
```js run
|
||||
let animal = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue