JavaScript Map

0
12K

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.

Căutare
Categorii
Citeste mai mult
Business
Can AI improve demand forecasting in industries like fashion?
In the fast-paced world of fashion, accurately predicting demand can be a significant challenge....
By Dacey Rankins 2025-01-13 14:43:16 0 25K
Marketing and Advertising
What Is Dynamic Search Advertising (DSA)?
Dynamic Search Advertising (DSA) is a powerful search engine marketing (SEM) feature that...
By Dacey Rankins 2026-02-19 17:32:00 0 3K
Personal Development
What are the best personal development books?
Personal development is a lifelong process of improving your mindset, skills, habits, and overall...
By Michael Pokrovski 2026-02-03 17:58:09 0 3K
Business
What Is Competitive Advantage in Business Strategy?
In today’s fast-paced and competitive business world, the ability to outperform competitors...
By Dacey Rankins 2024-12-25 18:28:06 0 18K
Ужасы
Дьявол в деталях. The Little Things. (2021)
Октябрь 1990 года. Уже немолодого заместителя окружного шерифа Джо Дикона по прозвищу Дики...
By Nikolai Pokryshkin 2022-09-21 17:31:15 0 41K

BigMoney.VIP Powered by Hosting Pokrov