mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
Update class.md
This commit is contained in:
@@ -74,7 +74,6 @@ class Point {
|
||||
// 等同于
|
||||
|
||||
Point.prototype = {
|
||||
constructor(){},
|
||||
toString(){},
|
||||
toValue(){}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user