We want the Warrior class to have the same weapon property as the Human class.

Use super(weapon) to call the Human class's constructor and create the weapon property.

Make sure to add super(weapon) in your code.