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.

Cerca
Categorie
Leggi tutto
Tobacco
Tobacco: A Complex History, Cultural Significance, and Health Impacts
  Tobacco is a plant that has shaped human history for...
By Dacey Rankins 2024-12-03 15:20:40 0 12K
Environment
Hammerhead Sharks
The hammerhead sharks are a group of sharks that form the family Sphyrnidae, so named for the...
By FWhoop Xelqua 2023-04-25 18:37:58 0 19K
Personal Finance
How Spousal Benefits Work: A Practical Guide
How Spousal Benefits Work: A Practical Guide Social Security can feel complicated, but spousal...
By Leonard Pokrovski 2025-12-10 22:46:23 0 8K
Economics
What Skills Are Needed to Study Econometrics?
What Skills Are Needed to Study Econometrics? Econometrics sits at the intersection of...
By Leonard Pokrovski 2026-03-26 17:06:32 0 4K
Entertainment
The Best Free Entertainment in the World
It turns out that even in the most expensive cities in the world there are many ways to spend...
By FWhoop Xelqua 2022-10-20 12:27:56 0 30K

BigMoney.VIP Powered by Hosting Pokrov




google-site-verification=q_0zhvNWwTfwbQ-uEJsvcmUKKbtOWUTgl3H57qDiFrg