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 5127075 commit 818bbd0Copy full SHA for 818bbd0
1-js/09-classes/01-class/article.md
@@ -423,6 +423,6 @@ class MyClass {
423
}
424
```
425
426
-技术上来说,`MyClass` 是一个函数(我们提供作为 `constructor` 的那个),而 methods、getters 和 settors 都被写入了 `MyClass.prototype`。
+技术上来说,`MyClass` 是一个函数(我们提供作为 `constructor` 的那个),而 methods、getters 和 setters 都被写入了 `MyClass.prototype`。
427
428
在下一章,我们将会进一步学习类的相关知识,包括继承和其他功能。
0 commit comments