We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891cff2 commit 352c3dbCopy full SHA for 352c3db
README.md
@@ -3451,7 +3451,7 @@ Other Style Guides
3451
this.firstName = 'Panda';
3452
3453
// good, in environments where WeakMaps are available
3454
- // see https://kangax.github.io/compat-table/es6/#test-WeakMap
+ // see https://compat-table.github.io/compat-table/es6/ -> Built-ins -> WeakMap
3455
const firstNames = new WeakMap();
3456
firstNames.set(this, 'Panda');
3457
```
0 commit comments