File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments