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.

Site içinde arama yapın
Kategoriler
Read More
Marketing and Advertising
How Do I Align Marketing With Sales and Understand the Buyer’s Journey?
One of the most common challenges in B2B marketing is the disconnect between marketing and sales...
By Dacey Rankins 2025-09-20 15:38:59 0 8K
Economics
What is the role of institutions in comparative economics?
What is the role of institutions in comparative economics? Comparative economics asks a simple...
By Leonard Pokrovski 2026-03-04 21:38:05 0 2K
Personal Finance
What Happens If I Miss a Payment?
What Happens If I Miss a Payment? Understanding the Consequences: Late Fees, Credit Impact, and...
By Leonard Pokrovski 2025-11-06 19:21:14 0 6K
Научная фантастика и фэнтези
Индиана Джонс: В поисках утраченного ковчега. Indiana Jones and the Raiders of the Lost Ark. (1981)
Известный археолог и специалист по оккультным наукам доктор Джонс получает опасное задание от...
By Nikolai Pokryshkin 2022-12-13 18:09:48 0 29K
Mental Health
Psychosis
Psychosis is a condition of the mind that results in difficulties determining what is real and...
By Kelsey Rodriguez 2023-05-11 16:56:25 0 11K

BigMoney.VIP Powered by Hosting Pokrov