题解 | #Getter#
Getter
https://www.nowcoder.com/practice/e7f3a2f429d945e49f5b48ef1065beda
class Rectangle {
// 补全代码
constructor(height,width){
this.area=height*width
}
}
Getter
https://www.nowcoder.com/practice/e7f3a2f429d945e49f5b48ef1065beda
class Rectangle {
// 补全代码
constructor(height,width){
this.area=height*width
}
}
相关推荐