console.log(`Hi\n5`); // 줄바꿈이 발생합니다. console.log(String.raw`Hi\n${2 + 3}!`); // "Hi\n5!" (줄바꿈 없이 문자 그대로 출력됩니다)