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
Water Sports
Benefits of Swimming
Swimming is one of the most popular sports in Australia. Our nation is surrounded by water and...
By FWhoop Xelqua 2023-05-25 21:41:22 0 29K
Marketing and Advertising
How Reliable Are Market Research Results (and How Much Can You Trust Them?)
Introduction Market research promises clarity. You invest time, money, and effort to understand...
By Dacey Rankins 2025-10-13 17:42:05 0 7K
Strength Sports
Unveiling the World of Strength Sports: Power, Precision, and Passion
Unveiling the World of Strength Sports: Power, Precision, and Passion Strength sports have...
By Leonard Pokrovski 2024-07-10 07:58:54 0 23K
Economics
Why do consumers have more choices in free markets?
Why Do Consumers Have More Choices in Free Markets? Walk into a grocery store today and stand in...
By Leonard Pokrovski 2026-06-03 20:28:38 0 495
Polar Regions
Exploring the Ends of the Earth: A Journey into the Polar Regions
Exploring the Ends of the Earth: A Journey into the Polar Regions The polar regions,...
By Leonard Pokrovski 2024-05-22 20:19:17 0 21K

BigMoney.VIP Powered by Hosting Pokrov