Which of these statements will work?
Nice! + and * are operators that work with numbers, but the . sign is made for strings.
+
*
.
Whoops! We'd need an operator if we wanted to use parentheses.