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.

Site içinde arama yapın
Kategoriler
Read More
Business
Business process
A business process is a set of interrelated tasks and activities aimed at achieving a certain...
By Dacey Rankins 2024-07-16 18:48:34 0 17K
Социальные проблемы
Как быть хорошей женой. How to Be a Good Wife. (2020)
Хранить очаг и не мешкая исполнять супружеский долг: так учит Полетт Ван дер Бек в своей домашней...
By Nikolai Pokryshkin 2022-10-23 16:26:44 0 35K
Central America
Central America Yachts
With such "brands" as the Caribbean Sea and the Panama Canal, Central America, it would seem,...
By FWhoop Xelqua 2023-03-17 18:15:06 0 25K
Business
Performance Marketing in B2B and B2B2C: What to Do If the Context Doesn't Work
B2B lead generation is not an easy task. Its implementation is complicated by the characteristic...
By Dacey Rankins 2024-09-24 14:17:36 0 22K
Marketing and Advertising
How Long Does SEM Take to Work?
One of the most common questions businesses ask before launching search engine marketing (SEM)...
By Dacey Rankins 2026-02-19 17:29:56 0 11K

BigMoney.VIP Powered by Hosting Pokrov