Can you reorder this code so it becomes a proper class?

Sweet! We introduce the Cat class, declare breed and open the constructor. In it, we give this.race an initial value before we close the braces.

Close! We introduce the Cat class, declare breed and open the constructor. In it, we give this.race an initial value before we close the braces.