JavaScript Map

0
10K

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.

Buscar
Categorías
Read More
Business
How Is Conflict Handled and Resolved?
Conflict is inevitable in any workplace. Differences in communication styles, priorities,...
By Dacey Rankins 2025-08-06 10:42:50 0 1K
Business
Mentoring Frequently Asked Questions (FAQs)
Mentorship is a powerful tool for personal and professional growth. Whether you're new to...
By Dacey Rankins 2025-05-27 14:16:25 0 4K
Artificial Intelligence
What is AI?
It's clear about artificial intelligence (AI) Simply put, artificial intelligence (AI) is a...
By FWhoop Xelqua 2022-12-13 14:28:20 0 17K
Business
What Role Does Company Culture Play in Team Motivation?
Company culture is more than just a buzzword—it’s the foundation that shapes how...
By Dacey Rankins 2025-05-20 14:47:29 0 5K
Social Issues
The King of Staten Island. (2020)
Scott has been a case of arrested development since his firefighter dad died. He spends his days...
By Leonard Pokrovski 2022-10-18 20:59:01 0 23K

BigMoney.VIP Powered by Hosting Pokrov