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.

البحث
الأقسام
إقرأ المزيد
Addictions
What Is A Habit And How Does It Affect Us
What Is A Habit And How Does It Affect Us   What is a habit and how does it...
بواسطة Leonard Pokrovski 2024-04-10 10:38:37 0 14كيلو بايت
Business
How Do SaaS Applications Integrate With Other Software?
The most revealing sign of a poorly integrated software environment is not a system error. It is...
بواسطة Dacey Rankins 2026-07-29 23:35:13 0 796
مال
Psychic Financial Energy
How Psychic Energy Works to Attract Finances and Improve Material Well-Being In today’s...
بواسطة Nikolai Pokrovski 2024-12-17 21:15:11 0 33كيلو بايت
Телевидение
МИР24 прямой эфир.
«Межгосударственная телерадиокомпания «Мир» была создана в 1992 году...
بواسطة Nikolai Pokryshkin 2022-10-08 13:17:25 0 35كيلو بايت
Team Handball
Team Handball: The Fast-Paced Sport with Global Appeal
Team Handball: The Fast-Paced Sport with Global Appeal Team handball, often simply referred to...
بواسطة Leonard Pokrovski 2024-07-11 13:38:35 0 26كيلو بايت

BigMoney.VIP Powered by Hosting Pokrov