let n1 = 'edmond';
let n2 = 'talmadge';
let string  = '${n1}은 ${n2}를 좋아함';
console.log(string);

아시는 분 계심???