Introduction
String interpolation helps you easily put values inside text without extra steps.
When you want to show a message with numbers or names inside it.
When you build sentences that change based on data.
When you want your code to be easier to read and write.
When you combine text and variables in one line.
When you want to avoid confusing plus signs (+) for joining text.