Hands-On Data Structures and Algorithms with JavaScript
上QQ阅读APP看书,第一时间看更新

How weak is WeakMap?

By now, we all know what a map is and how to add keys and values, at least in theory. However, how do you determine when to use a map and when to use a WeakMap?