Skip to content

Commit 84e3847

Browse files
muhammedriazljharb
authored andcommitted
1 parent 51a37d0 commit 84e3847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3406,7 +3406,7 @@ Other Style Guides
34063406
this.firstName = 'Panda';
34073407

34083408
// good, in environments where WeakMaps are available
3409-
// see https://kangax.github.io/compat-table/es6/#test-WeakMap
3409+
// see https://compat-table.github.io/compat-table/es6/#test-WeakMap
34103410
const firstNames = new WeakMap();
34113411
firstNames.set(this, 'Panda');
34123412
```
@@ -3860,7 +3860,7 @@ Other Style Guides
38603860

38613861
- [Latest ECMA spec](https://tc39.github.io/ecma262/)
38623862
- [ExploringJS](https://exploringjs.com/)
3863-
- [ES6 Compatibility Table](https://kangax.github.io/compat-table/es6/)
3863+
- [ES6 Compatibility Table](https://compat-table.github.io/compat-table/es6/)
38643864
- [Comprehensive Overview of ES6 Features](http://es6-features.org/)
38653865
- [JavaScript Roadmap](https://roadmap.sh/javascript)
38663866

0 commit comments

Comments
 (0)