We can use a dollar sign with braces ${} to put pieces of code into strings.
Can you put the livesLeft variable into a string?
Fantastic! These templates are great for inserting variables of any type into strings.
Whoops! Here's a hint: the $ sign comes first and the livesLeft variable goes in between {}.