This commit is contained in:
Ilya Kantor 2019-07-31 00:46:04 +03:00
parent a8f90e8e9f
commit bbf98b2ef0
4 changed files with 6 additions and 7 deletions

View file

@ -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.
````