JavaScript Map

0
6KB

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.

Rechercher
Catégories
Lire la suite
Netball
The Thrill of Netball: A Sport Bridging Skill and Strategy
The Thrill of Netball: A Sport Bridging Skill and Strategy Netball, a dynamic and fast-paced...
Par Leonard Pokrovski 2024-07-03 00:11:56 0 16KB
Costumes
The most unusual costumes
The show of national costumes at the 71st beauty contest "Miss Universe" in New Orleans caused a...
Par FWhoop Xelqua 2023-01-22 14:30:50 0 13KB
Business
What Are Common Barriers to Innovation, and How Can They Be Overcome?
Innovation is often hailed as the key to progress and growth in any organization or industry....
Par Dacey Rankins 2025-03-20 14:58:44 0 3KB
Искусство, культура и развлечения
Престиж. The Prestige. (2006)
Роберт и Альфред - фокусники-иллюзионисты, которые на рубеже XIX и XX веков соперничали друг с...
Par Nikolai Pokryshkin 2022-12-02 18:48:38 0 16KB
Nudism
Germany is the birthplace of nudism.
Germany, indeed, is powerfully connected with the culture of the naked body. Between 8 and 12...
Par Dacey Rankins 2024-07-29 14:09:33 0 15KB
image/svg+xml


BigMoney.VIP Powered by Hosting Pokrov