Sequential Data Structure in Javascript ( Array, Set, WeakSet, Map, WeakMap)
Set, Map, WeakMap, WeakSet implementation:
Reference from Mdn:
Array
The JavaScript Array object is a global object that is used in the construction of arrays; which are high-level, list…developer.mozilla.org
The JavaScript Array object is a global object that is used in the construction of arrays; which are high-level, list…developer.mozilla.org
Set
The Set object lets you store unique values of any type, whether primitive values or object references.developer.mozilla.org
The Set object lets you store unique values of any type, whether primitive values or object references.developer.mozilla.org