Skip to content

Commit

Permalink
Update files/zh-cn/web/javascript/reference/global_objects/weakmap/in…
Browse files Browse the repository at this point in the history
…dex.md
  • Loading branch information
JasonLamv-t authored Oct 31, 2023
1 parent 8714aea commit 8f035ec
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,9 @@ function handleObjectValues(obj) {

## 参见

- [Polyfill of `WeakMap` in `core-js`](https://github.com/zloirock/core-js#weakmap)
- [Keyed collections](/zh-CN/docs/Web/JavaScript/Guide/Keyed_collections#weakmap_object)
- [Hiding Implementation Details with ECMAScript 6 WeakMaps](https://fitzgeraldnick.com/2014/01/13/hiding-implementation-details-with-e6-weakmaps.html) by Nick Fitzgerald (2014)
- [`core-js` `WeakMap` 的 polyfill](https://github.com/zloirock/core-js#weakmap)
- [带键的集合](/zh-CN/docs/Web/JavaScript/Guide/Keyed_collections#weakmap_对象)
- [使用 ECMAScript 6 WeakMap 隐藏实现细节](https://fitzgeraldnick.com/2014/01/13/hiding-implementation-details-with-e6-weakmaps.html),作者:尼克·菲茨杰拉德(2014)
- {{jsxref("Map")}}
- {{jsxref("Set")}}
- {{jsxref("WeakSet")}}

0 comments on commit 8f035ec

Please sign in to comment.