Skip to content

Commit

Permalink
Update files/zh-cn/web/javascript/reference/classes/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Nov 9, 2023
1 parent 6596773 commit a65c1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/zh-cn/web/javascript/reference/classes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ class Bar extends calculatorMixin(randomizerMixin(Foo)) {}
- {{jsxref("Statements/class", "类声明", "", "true")}}
- {{jsxref("Operators/class", "类表达式", "", "true")}}
- {{jsxref("Classes/Public_class_fields", "公有类字段", "", "true")}}
- {{jsxref("Classes/Private_properties", "私有类字段", "", "true")}}
- {{jsxref("Classes/Private_properties", "私有属性", "", "true")}}
- {{jsxref("Operators/super", "super")}}
- [Blog post: "ES6 In Depth: Classes"](https://hacks.mozilla.org/2015/07/es6-in-depth-classes/)
- [Fields and public/private class properties proposal (stage 3)](https://github.com/tc39/proposal-class-fields)

0 comments on commit a65c1da

Please sign in to comment.