constructor(heigth, width) {
this.heigth = heigth
this.width = width
}
get area() {
return this.heigth * this.width
}

京公网安备 11010502036488号