We're able to easily add lots of variables in a single string with something called string interpolation.
Let's take a look at it in action.
Nice! With interpolation, we don't need to use multiple + signs to combine different variables.
+