Skip to content

Commit 7599607

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
# 静态属性和静态方法
3-
我们可以把一个方法赋值给一个类方法, 而不是赋给它的 `"原型对象"`. 这样的方法我们称为 *静态的*.
3+
4+
我们可以把一个方法赋值给一个类方法,而不是赋给它的 `"原型对象"`。这样的方法我们称为**静态的**
45

56
举个例子:
67

0 commit comments

Comments
 (0)