let name = prompt("Hello! What's your name?"); console.log(`Hi ${name}, what brings you here today?`);