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.

Site içinde arama yapın
Kategoriler
Read More
Customer Service
What Are the Latest Customer Service Trends?
Customer service has undergone significant transformation over the past decades as technological...
By Dacey Rankins 2026-03-13 16:21:58 0 4K
Marketing and Advertising
How Do I Optimize Remarketing Campaigns? A Complete Guide to Improving Performance, ROI, and Conversions
Launching a remarketing campaign is only the first step. The real success comes from continuous...
By Dacey Rankins 2026-02-12 20:33:07 0 10K
Economics
What is a bill of lading?
What Is a Bill of Lading? International shipping relies on accurate documentation to move goods...
By Leonard Pokrovski 2026-07-01 01:22:44 0 3K
Marketing and Advertising
Vlogging and Web Marketing: From Growth to Monetization
Turning Your Vlog into a Business Vlogging starts as a creative hobby for many people — a...
By Dacey Rankins 2025-11-12 15:40:32 0 5K
Business
What Are the Initial Steps to Start a Business?
Starting a business is an exciting and rewarding endeavor, but it can also be overwhelming if you...
By Dacey Rankins 2025-03-04 14:53:46 0 15K

BigMoney.VIP Powered by Hosting Pokrov




google-site-verification=q_0zhvNWwTfwbQ-uEJsvcmUKKbtOWUTgl3H57qDiFrg