JavaScript Map

0
13كيلو بايت

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.

البحث
الأقسام
إقرأ المزيد
Marketing and Advertising
How Do I Retarget Viewers with YouTube Ads?
Retargeting viewers with YouTube ads is one of the most effective strategies in digital...
بواسطة Dacey Rankins 2026-03-04 17:45:19 0 12كيلو بايت
Business
Does AdSense Affect Website Speed or SEO?
A common concern among publishers is whether Google AdSense slows down websites or hurts SEO...
بواسطة Dacey Rankins 2025-12-26 22:21:20 0 10كيلو بايت
История
Взвод. Platoon. (1986)
В сентябре 1967 года куда-то в приграничный район между Вьетнамом и Камбоджей прибыл рядовой...
بواسطة Nikolai Pokryshkin 2023-04-16 17:55:42 0 40كيلو بايت
Business
Best PaaS for Python: Choosing the Platform That Lets Developers Build, Ship, and Scale
A Python application often begins with something deceptively simple. A few lines of code. A...
بواسطة Dacey Rankins 2026-07-10 11:27:09 0 6كيلو بايت
Publishing and Printing
Printing Designer
A printing designer develops and implements in design layouts concepts for the design of printed...
بواسطة Michael Pokrovski 2024-03-18 20:59:30 0 26كيلو بايت

BigMoney.VIP Powered by Hosting Pokrov