let Rectangle = class { constructor(height, width) { this.height = height; this.width = width; } };