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.

Zoeken
Categorieën
Read More
Economics
What Is a Promotional Commercial Policy?
What Is a Promotional Commercial Policy? A promotional commercial policy is a set of government...
By Leonard Pokrovski 2026-02-23 14:52:57 0 7K
Decision Making and Problem Solving
How can I become more creative?
How Can I Become More Creative? The question usually arrives quietly. Not during moments of...
By Michael Pokrovski 2026-06-20 19:18:35 0 3K
Financial Services
The tradeoff between economic output and environmental protection
Key points Depending on their income levels and political preferences, different...
By Mark Lorenzo 2023-07-28 20:15:43 0 239K
Telecommunications
Telecommuniations
Telecommunications is communication using electronic equipment such as telephones, computer...
By FWhoop Xelqua 2023-03-14 18:07:03 0 26K
Arts, Culture and Entertainment
Exit Through the Gift Shop (2010)
Following the style of some of the world's most prolific street artists, an amateur filmmaker...
By Leonard Pokrovski 2023-07-26 20:20:46 0 39K

BigMoney.VIP Powered by Hosting Pokrov