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
Business
Understand Company Culture: A Key to Long-Term Success and Satisfaction
When evaluating a job opportunity, candidates often focus on salary, job title, and...
By Dacey Rankins 2025-06-20 17:09:03 0 7K
Телевидение
World Fashion Channel Live TV.
World Fashion Channel – это международный телеканал о современных тенденциях в индустрии...
By Nikolai Pokryshkin 2022-11-01 08:49:23 0 34K
Personal Finance
How to Create and Stick to a Budget: A Practical Guide to Managing Your Money
How to Create and Stick to a Budget: A Practical Guide to Managing Your Money Budgeting...
By Leonard Pokrovski 2025-11-07 23:30:36 0 5K
Телевидение
THT MUSIC Прямой эфир.
Начал вещание 31 мая 2016 года и с первых же дней существования заявил о себе как амбициозный и...
By Nikolai Pokryshkin 2022-10-20 10:47:27 0 35K
Жизненные вопросы
Гран Торино. Gran Torino. (2008)
Вышедший на пенсию автомеханик Уолт Ковальски проводит дни, починяя что-то по дому, попивая пиво...
By Nikolai Pokryshkin 2023-03-13 18:57:52 0 32K

BigMoney.VIP Powered by Hosting Pokrov