If we have an integer that we want to behave as a string, it's possible to convert it by putting the value inside String().

Sweet. We just converted our number integer to a string. It'll now behave like one. 

Didn't we want to put the value inside String()?