Content deleted Content added
Reverted 1 edit by 184.101.99.76 (talk) to last revision by Jerryobject |
Tags: Reverted section blanking |
||
Line 590:
====Map and WeakMap====
Modern JavaScript handles associative arrays, using the <code>Map</code> and <code>WeakMap</code> classes. A map does not contain any keys by default; it only contains what is explicitly put into it. The keys and values can be any type (including functions, objects, or any primitive).
=====Access by key=====
|