We don't always have to set a variable's value manually. We can also do it with other variables.

Set animal to the value of country.

That's it! We can use variables to set the value of other variables.

Make sure to assemble var animal = country in your code.