The main difference between Map and WeakMap is the latter allowing garbage collection of keys (which are objects). This prevents memory leaks.
確定! 回上一頁