JavaScript Map

0
12Кб

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.

Поиск
Категории
Больше
Marketing and Advertising
What Is Quality Score in PPC?
Quality Score is one of the most important yet misunderstood components of pay-per-click (PPC)...
От Dacey Rankins 2026-02-05 18:39:12 0 2Кб
Business
What Are the Benefits of Joining an Accelerator?
Joining a startup accelerator can be a game-changing step for early-stage entrepreneurs....
От Dacey Rankins 2025-04-23 16:20:19 0 13Кб
Programming
Python python-twitter-v2
python-twitter-v2 is a Twitter API wrapper used for accessing the endpoints easier with aiohttp....
От Jesse Thomas 2023-04-24 20:22:42 0 13Кб
Horror
Aliens. (1986)
Fifty-seven years after surviving an apocalyptic attack aboard her space vessel by merciless...
От Leonard Pokrovski 2022-12-22 21:11:51 0 38Кб
Mental Health
Psychosis: Alcohol
Approximately three percent of people with alcoholism experience psychosis during acute...
От Kelsey Rodriguez 2023-05-30 18:49:34 0 12Кб

BigMoney.VIP Powered by Hosting Pokrov