I have the following two JS classes.
class Cell { _node; get node() { return this._node; } constructor() { this._node = document.createE