//Using query string to concat variable with string const txt = "My name is" console.log(`${txt} Paul`);