String Expressions
Strings
π¨βπΌ Nice! You've learned string concatenation.
π¦ While
+ works for joining strings, it can get tedious when you have many
parts. Later in this exercise, we'll learn about template literals which
make this much easier!

