File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3406,7 +3406,7 @@ Other Style Guides
3406
3406
this .firstName = ' Panda' ;
3407
3407
3408
3408
// 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
3410
3410
const firstNames = new WeakMap ();
3411
3411
firstNames .set (this , ' Panda' );
3412
3412
` ` `
@@ -3860,7 +3860,7 @@ Other Style Guides
3860
3860
3861
3861
- [Latest ECMA spec](https: // tc39.github.io/ecma262/)
3862
3862
- [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/)
3864
3864
- [Comprehensive Overview of ES6 Features](http: // es6-features.org/)
3865
3865
- [JavaScript Roadmap](https: // roadmap.sh/javascript)
3866
3866
You can’t perform that action at this time.
0 commit comments