아래 input에 이름을 입력하고, 버튼을 누르면 "환영합니다, 이름님!"을 출력해보세요.
const name = '홍길동'; console.log(`환영합니다, ${name}님!`);