use concat to call variable or array code example Example: how to concatenate strings and variables in javascript const helloName = name => `Hello ${name}!`