JavaScript Map

0
12كيلو بايت

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.

البحث
الأقسام
إقرأ المزيد
Arts, Culture and Entertainment
The Prom (2020)
In desperate need of a noble cause to revive their public images and bounce back, self-centred...
بواسطة Leonard Pokrovski 2022-09-26 20:48:09 0 30كيلو بايت
Социальные проблемы
Антебеллум. Antebellum. (2020)
Известная писательница, активистка и борец за права чёрных женщин Вероника Хенли оказывается в...
بواسطة Nikolai Pokryshkin 2022-10-14 21:00:31 0 46كيلو بايت
Economics
How Is Econometrics Used in Economic Forecasting?
How Is Econometrics Used in Economic Forecasting? Economic forecasting is a critical tool for...
بواسطة Leonard Pokrovski 2026-03-25 07:14:25 0 3كيلو بايت
Business
What Strategies Do Indie Hackers Use to Market Their Products?
Marketing is one of the most crucial aspects of growing a successful business, especially for...
بواسطة Dacey Rankins 2025-02-17 16:38:15 0 12كيلو بايت
Museums
Unveiling the Treasure Troves: The Art of Referencing in Museums
Unveiling the Treasure Troves: The Art of Referencing in Museums Museums stand as sanctuaries of...
بواسطة Leonard Pokrovski 2024-05-22 19:09:02 0 17كيلو بايت

BigMoney.VIP Powered by Hosting Pokrov