fixes
This commit is contained in:
parent
a8f90e8e9f
commit
bbf98b2ef0
4 changed files with 6 additions and 7 deletions
|
@ -236,7 +236,7 @@ In that case the visitor may choose `__proto__` as the key, and the assignment l
|
|||
|
||||
There is a way to make objects treat `__proto__` as a regular property, which we'll cover later, but first we need to know more about objects.
|
||||
|
||||
There's also another data structure [Map](info:map-set-weakmap-weakset), that we'll learn in the chapter <info:map-set-weakmap-weakset>, which supports arbitrary keys.
|
||||
There's also another data structure [Map](info:map-set), that we'll learn in the chapter <info:map-set>, which supports arbitrary keys.
|
||||
````
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue