With all of that, we can already create a scoring system for a game where we have to collect coins.

Nice! We can use variables to store how much a coin is worth, how many we collected, and use that information to find out our score.

Let's create the score variable and multiply coins with coinValue on the right side of the = sign.