JavaScript Map

0
13K

Map objects are collections of key-value pairs. A key in the Map may only occur once; it is unique in the Map's collection. A Map object is iterated by key-value pairs — a for...of loop returns a 2-member array of [key, value] for each iteration. Iteration happens in insertion order, which corresponds to the order in which each key-value pair was first inserted into the map by the set() method (that is, there wasn't a key with the same value already in the map when set() was called).

The specification requires maps to be implemented "that, on average, provide access times that are sublinear on the number of elements in the collection". Therefore, it could be represented internally as a hash table (with O(1) lookup), a search tree (with O(log(N)) lookup), or any other data structure, as long as the complexity is better than O(N).

Key equality

Value equality is based on the SameValueZero algorithm. (It used to use SameValue, which treated 0 and -0 as different. Check browser compatibility.) This means NaN is considered the same as NaN (even though NaN !== NaN) and all other values are considered equal according to the semantics of the === operator.

Căutare
Categorii
Citeste mai mult
Телевидение
TV BRICS международная сеть. Прямая трансляция.
TV BRICS — это международная медиасеть стран БРИКС с потенциальной аудиторией 3,5 млрд...
By Nikolai Pokryshkin 2022-11-27 21:01:44 0 47K
Business
What Are the Best B2B Marketing Strategies?
Most B2B marketing advice collapses into noise after about ten minutes. Post...
By Dacey Rankins 2026-05-20 15:38:27 0 2K
Decision Making and Problem Solving
How to improve critical thinking skills?
How to Improve Critical Thinking Skills? A newspaper headline makes a bold claim. A social...
By Michael Pokrovski 2026-06-11 12:19:20 0 1K
Business
What Strategies Can Solopreneurs Use to Market Their Business?
Marketing is one of the most critical components of a successful business, yet it can often feel...
By Dacey Rankins 2025-02-13 16:20:46 0 12K
Dictionaries
Exploring the Versatility and Importance of Dictionaries
In the vast landscape of human knowledge and communication, dictionaries stand as pillars of...
By Dacey Rankins 2024-05-17 18:19:54 0 19K

BigMoney.VIP Powered by Hosting Pokrov