const fullname = '홍길동'; const msg = `안녕하세요, ${fullname} 님! 오늘 하루 잘 지내셨나요?`; console.log(msg);