JavaScript Map

0
11K

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
Marketing and Advertising
How to Create a Marketing Plan (and the 10 Questions Every Marketer Should Answer)
Introduction Marketing can feel like a vast and complex ecosystem — full of buzzwords,...
By Dacey Rankins 2025-10-13 17:37:23 0 2K
Marketing and Advertising
Do I Need to Hire a PR Firm or Can I DIY? A Complete Guide for Modern Businesses
Introduction: The PR Dilemma for Businesses Every business, whether a startup or a global...
By Dacey Rankins 2025-10-27 17:15:35 0 1K
Food and Related Products
Sushi
Sushi, or sushi (Jap. すし, 寿司, 壽司, 鮨, 鮓, 寿斗, 寿し sushi, [sɯɕi]; Indeclinable), is a dish of...
By FWhoop Xelqua 2023-04-26 17:00:48 0 17K
Financial Services
The structure of costs in the long run
    Key points A production technology is the...
By Mark Lorenzo 2023-02-22 16:50:59 0 13K
Play Groups
The Power of Gameplay Groups: Building Community and Enhancing the Gaming Experience
Gaming has evolved far beyond being a solitary activity; it’s now a social, interactive...
By Dacey Rankins 2024-11-27 14:16:14 0 10K

BigMoney.VIP Powered by Hosting Pokrov