const foo = 'bar';
const hello = `url = https://www.world.com/${foo} bar    baz`;
alert(hello);
const lines = `some
multi line
string`;
alert(lines);