Strings
Multiline strings
For anything longer than one line, drop the single quotes for """…""":
The closing """’s column sets the margin — indent the string to match your code, and that indentation gets stripped from the result. Interpolation works here too, same as any string.
Your turn: write your own two-line """…""" string with a computed value inside ${}.