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 2a375e9 commit ff0ba9dCopy full SHA for ff0ba9d
i18n/zh-cn/docusaurus-plugin-content-docs/current/class-and-instance.md
@@ -42,7 +42,7 @@ console.log(circle.getArea()); // 78.53981633974483
42
console.log(circle.getCircumference()); // 31.41592653589793
43
```
44
:::tip
45
-class 中的 `static` 关键字原来是 TypeScript 提供的特性,但从 ES2022 起已经在JavaScript中[原生支持](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Classes/static)了。 除此之外,TypeScript 还提供了 `public`、`private`、`protected` 访问修饰符。
+class 中的 `static` 关键字原来是 TypeScript 提供的特性,但从 ES2022 起已经在 JavaScript 中[原生支持](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Classes/static)了。 除此之外,TypeScript 还提供了 `public`、`private`、`protected` 访问修饰符。
46
:::
47
48
#### Python 实现
0 commit comments