We can make the Warrior subclass more specific by adding properties to it. We need to add any extra properties after super().
Add a warCry parameter to the constructor and store it as a property.
Make sure to add the parameter warCry first and then create the this.warCry property after the super() method.