class Rect { constructor(w, h=w) { this.w = w; this.h = h; } }