JavaScript Map

0
13χλμ.

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.

Αναζήτηση
Κατηγορίες
Διαβάζω περισσότερα
Airsoft
A Comprehensive Guide to Airsoft: The Sport, Gear, and Community
Airsoft is an exciting, fast-paced sport that has grown in popularity over the years, attracting...
από Dacey Rankins 2024-11-29 15:09:59 0 15χλμ.
Sport
Moneyball. (2011)
Oakland A's general manager Billy Beane's successful attempt to assemble a baseball team on a...
από Leonard Pokrovski 2023-05-11 21:06:03 0 35χλμ.
Business
How Can I Get My First Customers?
Getting your first customers is one of the biggest challenges when starting a business. Without a...
από Dacey Rankins 2025-03-14 16:16:11 0 17χλμ.
История
Список Шиндлера. Schindler's List. (1993)
Сценарий «Списка Шиндлера» долго кочевал от одного режиссера к другому, пока не...
από Nikolai Pokryshkin 2022-10-31 20:54:26 0 40χλμ.
Εκπαίδευση
Education: Empowering Minds, Shaping Futures
Education: Empowering Minds, Shaping Futures Introduction:Education is the cornerstone of human...
από Leonard Pokrovski 2024-06-06 19:38:01 0 29χλμ.

BigMoney.VIP Powered by Hosting Pokrov