When writing a method in the song object, how would we access the artist property?

this.artistsong.artist

We use the keyword this when accessing a property from within an object. That's because we want this current object's property.