When creating a new Class you can inherit and use the properties and methods from the parent Class with calling super(); in your constructor();
Class Human(){ constructor(){ this.race = "Human"; }…React Cheat Sheet
Inheriting Methods & Properties