Based on handbook,
You can also use template strings, which can span multiple lines and have embedded expressions. These strings are surrounded by the backtick/backquote (`) character, and embedded expressions are of the form ${ expr }.
Template strings shall be used.
Based on handbook,
Template strings shall be used.