JavaScript Map

0
11كيلو بايت

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.

البحث
الأقسام
إقرأ المزيد
Business
How Do I Find the Right Mentor?
Finding the right mentor can be one of the most rewarding steps in your personal and professional...
بواسطة Dacey Rankins 2025-07-18 17:42:34 0 6كيلو بايت
Horror
A Quiet Place Part II. (2021)
Following the events at home, the Abbott family now face the terrors of the outside world. Forced...
بواسطة Leonard Pokrovski 2022-09-22 14:48:07 0 49كيلو بايت
Business
From Influencer Marketing to Sales: How to Turn Popularity into Profit
In 2024, this direction is undergoing a transformation, becoming a key factor in the sales...
بواسطة Dacey Rankins 2024-09-04 16:16:10 0 14كيلو بايت
Искусство, культура и развлечения
Мое сердце разрывается. My Heart Goes Boom!. (2020)
Мюзикл, основанный на хитах популярной итальянской певицы Рафаэллы Карра. Мария с детства мечтала...
بواسطة Nikolai Pokryshkin 2022-09-27 17:23:39 0 30كيلو بايت
Cultures and Groups
Understanding Cultures: Diversity, Identity, and the Tapestry of Humanity
Culture is the essence of what makes a group of people unique. It encompasses the shared beliefs,...
بواسطة Dacey Rankins 2024-11-07 16:38:01 0 13كيلو بايت

BigMoney.VIP Powered by Hosting Pokrov