This commit is contained in:
Ilya Kantor 2019-05-11 10:14:18 +03:00
parent 668bdf75a4
commit 2b447818c9
6 changed files with 25 additions and 10 deletions

View file

@ -312,7 +312,6 @@ All other key/value-getting methods, such as `Object.keys`, `Object.values` and
They only operate on the object itself. Properties from the prototype are taken into account.
```
## Summary
- In JavaScript, all objects have a hidden `[[Prototype]]` property that's either another object or `null`.