JavaScript Map

0
5كيلو بايت

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.

البحث
الأقسام
إقرأ المزيد
Business
How to Assess the Viability of a Startup: Analyzing the Business Model Canvas
How to Assess the Viability of a Startup: Analyzing the Business Model Canvas Business Model...
بواسطة Leonard Pokrovski 2024-07-18 17:46:33 0 16كيلو بايت
Bulletin Board Systems
Electronic Bulletin Boards
An electronic bulletin board is a website where ads are placed. Initially, this concept referred...
بواسطة FWhoop Xelqua 2023-01-27 18:21:49 0 12كيلو بايت
Искусство, культура и развлечения
Шерлок младший. Sherlock Jr. (1924)
Б.Китон - киномеханик, который мечтает быть знаменитым детективом, как Шерлок Холмс. Влюбленный в...
بواسطة Nikolai Pokryshkin 2023-04-02 21:01:16 0 30كيلو بايت
Airsoft
Airsoft; is it dangerous?
Airsoft originated in Japan after World War II. Weapons were banned in the country, and the...
بواسطة FWhoop Xelqua 2023-03-05 18:15:43 0 13كيلو بايت
Social Issues
Hustlers. (2019)
Inspired by the viral New York Magazine article, Hustlers follows a crew of savvy former strip...
بواسطة Leonard Pokrovski 2023-05-27 19:28:30 0 23كيلو بايت
image/svg+xml


BigMoney.VIP Powered by Hosting Pokrov