Skip to content

Commit 8a9dcb3

Browse files
itbooslycheeEng
andauthored
Update 1-js/09-classes/03-static-properties-methods/article.md
Co-Authored-By: LycheeEng <lycheeEng@hotmail.com>
1 parent 88ab629 commit 8a9dcb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/09-classes/03-static-properties-methods

1-js/09-classes/03-static-properties-methods/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ alert(Rabbit.prototype.__proto__ === Animal.prototype);
201201
当我们想要存储类级别的数据时,我们会使用静态属性,而不是在实例上绑定数据。
202202

203203

204-
语法:
204+
语法
205205
```js
206206
class MyClass {
207207
static property = ...;

0 commit comments

Comments
 (0)