how to use html to concatenate path for of one variable to another code example
Example: how to concatenate strings and variables in javascript
const helloName = name => `Hello ${name}!`
const helloName = name => `Hello ${name}!`