题解 | JS26 Getter

        class Rectangle {
            // 补全代码
            constructor(height,width){
                this.height = height,
                this.width = width
            }

            get area(){
                return this.height * this.width;
            }
        }
全部评论

相关推荐

美团 后端开发 总包n(15%是股票)
点赞 评论 收藏
分享
11-01 20:03
已编辑
门头沟学院 算法工程师
Amazarashi66:这种也是幸存者偏差了,拿不到这个价的才是大多数
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务