how to concatenate strings and variables in javascript

JavaScript
const helloName = name => `Hello ${name}!`
Source

Also in JavaScript: