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.

Buscar
Categorías
Read More
Marketing and Advertising
What Is Quality Score in SEM? A Complete Guide to Improving Ad Relevance and Performance
In Search Engine Marketing (SEM), success is not determined only by how much you bid. One of the...
By Dacey Rankins 2026-02-18 17:24:57 0 6K
Social Issues
Hillbilly Elegy (2020)
Based on the bestselling memoir by J.D. Vance, HILLBILLY ELEGY is a modern exploration of the...
By Leonard Pokrovski 2022-10-09 18:30:12 0 31K
Business
How Do You Motivate and Inspire Your Team?
Motivating and inspiring a team is one of the most important—and often most...
By Dacey Rankins 2025-05-12 16:44:09 0 8K
Decision Making and Problem Solving
What is the anchoring effect in pricing?
What Is the Anchoring Effect in Pricing? The First Number Changes Everything A customer enters...
By Michael Pokrovski 2026-06-09 05:11:25 0 5K
Marketing and Advertising
How Do I Choose the Right PPC Keywords?
Choosing the right keywords is the foundation of every successful pay-per-click (PPC) campaign....
By Dacey Rankins 2026-02-04 17:50:36 0 10K

BigMoney.VIP Powered by Hosting Pokrov