JavaScript Map

0
8K

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
News and Media
Top 50 health magazines in the world
Rank Outlet Total Visits Location 1 Yo Dona 162,824,091 Madrid, Spain 2...
By Dacey Rankins 2024-04-22 16:00:30 0 10K
Information Services
Information Services: The Backbone of the Digital Economy
In today’s increasingly connected world, information is one of the most valuable assets for...
By Dacey Rankins 2024-11-12 14:42:15 0 7K
Business
What is UGC and what is it for?
What is UGC UGC stands for user-generated content. Imagine that you, as a businessman, helped a...
By Dacey Rankins 2024-09-09 20:25:24 0 9K
Financial Services
Microeconomics
Key points Demand curves can shift. Changes in factors like average income and...
By Mark Lorenzo 2023-01-27 15:38:59 0 8K
Arts, Culture and Entertainment
Whiplash. (2014)
A promising young drummer enrolls at a cut-throat music conservatory where his dreams of...
By Leonard Pokrovski 2022-12-04 20:07:30 0 19K
image/svg+xml


BigMoney.VIP Powered by Hosting Pokrov