Now that we've created our class, it's time to create a new object. How about we start with something all good stories need: a hero.

Create a variable called hero.

To create a new variable where we'll store an object of class Character we'll need to add var hero = to the code.