JavaScript Map

0
9كيلو بايت

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
Is This Meeting Necessary?
How to Evaluate the Need for a Meeting and Boost Productivity In today’s fast-paced work...
بواسطة Dacey Rankins 2025-05-30 14:51:48 0 4كيلو بايت
Financial Services
Elasticity in areas other than price
Key points Elasticity is a general term, referring to percentage change of one...
بواسطة Mark Lorenzo 2023-04-14 17:08:27 0 10كيلو بايت
Business
What is a startup and how to create one
What is a startup and how to create one Do you have an idea that will make people's lives better...
بواسطة Leonard Pokrovski 2024-08-01 22:09:21 0 15كيلو بايت
Human Resources
What Are Collateral Resources: Definition and Examples
Section 1: Defining Collateral Resources We can think of collateral resources as a set of keys...
بواسطة Dacey Rankins 2024-03-12 16:00:28 0 30كيلو بايت
Hockey
The Thrilling World of Hockey: A Sport of Skill, Strategy, and Speed
  The Thrilling World of Hockey: A Sport of Skill,...
بواسطة Leonard Pokrovski 2024-06-27 17:38:16 0 14كيلو بايت
image/svg+xml


BigMoney.VIP Powered by Hosting Pokrov