JavaScript Map

0
12K

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
Marketing and Advertising
Why Was My AdSense Account Suspended or Banned?
Few things are more frustrating for a website owner or creator than opening their email and...
By Dacey Rankins 2025-12-25 20:14:00 0 3K
Marketing and Advertising
How Do I Set Up Retargeting Ads? A Step-by-Step Guide for Beginners and Professionals
Retargeting ads allow businesses to reconnect with people who have already shown interest in...
By Dacey Rankins 2026-02-13 20:01:40 0 2K
News
Recent News Impacting Kids and Teens: Insights and Developments
Recent News Impacting Kids and Teens: Insights and Developments Keeping up with the latest news...
By Leonard Pokrovski 2024-04-30 14:53:15 0 21K
Marketing and Advertising
What Is Cross-Device Remarketing? A Complete Guide to Reaching the Same User on Different Devices
Today’s customers rarely use just one device. They browse on smartphones, compare prices...
By Dacey Rankins 2026-02-12 20:40:02 0 1K
Products and Shopping
A Comprehensive Guide to Health Products: Enhancing Wellness Naturally
In today’s fast-paced world, where people are constantly juggling work, family, and social...
By Dacey Rankins 2024-11-22 14:50:52 0 14K

BigMoney.VIP Powered by Hosting Pokrov