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