JavaScript Map

0
6كيلو بايت

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
Digital marketing
Digital marketing is a way to promote goods and services over the Internet. To find new...
بواسطة Dacey Rankins 2024-09-03 18:43:08 0 8كيلو بايت
Научная фантастика и фэнтези
Терминатор 2: Судный день. Terminator 2: Judgment Day. (1991)
Прошло более десяти лет с тех пор, как киборг из 2029 года пытался уничтожить Сару Коннор —...
بواسطة Nikolai Pokryshkin 2022-11-22 16:19:09 0 16كيلو بايت
Financial Services
5 questions to ask before investing in graduate school
Whether you’re finishing a bachelor’s degree or considering going back to...
بواسطة Mark Lorenzo 2023-06-05 20:09:58 0 12كيلو بايت
Knots
How to Learn to Tie Sea Knots
Sea knots for novice yachtsmen are one of the first sections of training in a sailing school....
بواسطة FWhoop Xelqua 2022-11-03 17:19:21 0 19كيلو بايت
История
Тропы славы. Paths of Glory. (1957)
Действие киноромана развертывается в 1916 году на Западном фронте. Полковник Дэкс командует...
بواسطة Nikolai Pokryshkin 2022-12-16 12:56:36 0 17كيلو بايت
image/svg+xml


BigMoney.VIP Powered by Hosting Pokrov