JavaScript Map

0
13K

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.

Căutare
Categorii
Citeste mai mult
World Records
Incredible World Records That Have Been Broken: A Look at the Unbelievable Feats
World records have always fascinated people. They celebrate human achievements that go beyond the...
By Dacey Rankins 2024-12-10 14:04:40 0 10K
Productivity
What are the key components of task management?
Task management is a fundamental element of productivity and organization. It allows individuals...
By Michael Pokrovski 2026-03-15 20:44:24 0 5K
Business
What Is User Behavior Modeling and How Is It Applied?
In today’s digital ecosystem, companies collect massive amounts of data on how users...
By Dacey Rankins 2025-08-25 17:11:49 0 7K
Business
Improvement Suggestions: How to Turn Customer Input into Action
No product or service is perfect—but listening to your customers can bring you closer....
By Dacey Rankins 2025-07-25 14:06:54 0 10K
Flowers
The Best Flowers to Shop For: A Guide to Choosing the Perfect Blooms
Whether you’re looking to brighten your home, celebrate a special occasion, or simply enjoy...
By Dacey Rankins 2024-11-29 15:05:28 0 9K

BigMoney.VIP Powered by Hosting Pokrov