fixes
This commit is contained in:
parent
668bdf75a4
commit
2b447818c9
6 changed files with 25 additions and 10 deletions
|
@ -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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue