how to concatenate one string and one variable in javascript code example Example: how to concatenate strings and variables in javascript const helloName = name => `Hello ${name}!`