minor fixes

This commit is contained in:
Ilya Kantor 2020-02-04 16:43:35 +00:00
parent d1a455080d
commit f9feec2d69
7 changed files with 64 additions and 60 deletions

View file

@ -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 = {