So, we created an Explorer class and gave it a state, the name attribute. These attributes are stored in so-called instance variables.

That's it! We create instance variables with a @ sign and access them with a . sign through an instance of the class.

Psst: states don't do anything, they just store information.

I know, these different symbols can get kind of confusing. Why don't we give it another try?