JavaScript Map

0
10K

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.

Zoeken
Categorieën
Read More
Social Issues
The Apartment. (1960)
A Manhattan insurance clerk tries to rise in his company by letting its executives use his...
By Leonard Pokrovski 2023-01-19 21:55:39 0 19K
Business
How do I start a business biography?
Starting a business biography is an essential process for anyone seeking to share their...
By Dacey Rankins 2025-01-08 13:51:21 0 10K
Miniatures
The Best Miniatures Board Games in 2024
The Best Miniatures Board Games in 2024 When players are introduced to a new board...
By Leonard Pokrovski 2024-04-05 21:49:19 0 20K
Addictions
What Is A Habit And How Does It Affect Us
What Is A Habit And How Does It Affect Us   What is a habit and how does it...
By Leonard Pokrovski 2024-04-10 10:38:37 0 11K
Business
LG launches Native Screensaver Ads. What is it?
The American company LG Ad Solutions, a division of the South Korean giant - the manufacturer of...
By Dacey Rankins 2024-09-18 17:35:52 0 16K

BigMoney.VIP Powered by Hosting Pokrov