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
Marketing and Advertising
What Types of Retargeting Are There? A Complete Guide to Website, App, Search, CRM, and Dynamic Retargeting
Retargeting is not a single strategy. It is a collection of specialized techniques designed to...
By Dacey Rankins 2026-02-13 20:13:48 0 4K
Business
How to Develop a Product Strategy
How to Develop a Product Strategy Developing a product strategy is a key stage in the...
By Leonard Pokrovski 2024-08-22 15:37:55 0 21K
Financial Services
The structure of costs in the short run
Key points Looked at from a short-run perspective, a firm’s total costs can...
By Mark Lorenzo 2023-02-08 12:03:24 0 13K
Business
How do I effectively interact with my audience to build a loyal community?
Building a loyal community is a key component of long-term success in any business, brand, or...
By Dacey Rankins 2025-02-20 16:48:36 0 16K
Customer Service
What Qualifications Are Needed for Customer Service Jobs?
Customer service is a critical component of modern business operations, as organizations...
By Dacey Rankins 2026-03-13 01:22:48 0 3K

BigMoney.VIP Powered by Hosting Pokrov