Introduction
In JavaScript, Map and WeakMap are data structures that allow us to store and retrieve data more efficiently.
Map and Weakmap are a collection of <key,value> pairs.
In this article, we will explore the difference between these two data s...