Introduction
String interpolation lets you put variables inside double quotes so you can build messages easily.
When you want to show a message with a variable value inside.
When you need to create a file path that includes folder names stored in variables.
When you want to combine text and numbers in a single string for output.
When you want to make your script messages clearer and easier to read.