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.

Zoeken
Categorieën
Read More
Marketing and Advertising
When Can Telemarketers Legally Call Me? Understanding Hours, Time Zones, and Exceptions
Introduction Telemarketing is a powerful tool for businesses to reach customers, but the timing...
By Dacey Rankins 2025-11-05 14:46:18 0 7K
Productivity
What are common time management mistakes?
Time management failures are rarely caused by laziness. More often, they stem from flawed...
By Michael Pokrovski 2026-03-03 21:43:53 0 7K
Business
What Are Common Barriers to Effective Communication?
Introduction Communication is essential for understanding, cooperation, learning, and building...
By Dacey Rankins 2025-11-20 15:15:55 0 4K
Business
How Do I Pitch My Business Idea? A Complete Guide
Pitching a business idea is a critical skill for anyone interested in entrepreneurship,...
By Dacey Rankins 2025-12-02 19:10:41 0 9K
Television
FOX 26, Live TV Houston USA.
Houston area news, weather, traffic, sports and breaking news from FOX 26 Houston. Watch live...
By Nikolai Pokryshkin 2022-09-13 08:08:28 0 51K

BigMoney.VIP Powered by Hosting Pokrov