예시는 이렇다 (`Fifteen is ${a + b} and not ${2 * a + b}.`); // "Fifteen is 15 and // not 20."
String() Number() String값들을 Number로 변환만 시켜서 비교를 하고 다시 String 타입으로 리턴할 때 이 함수들을 사용해서 응용을 하였다.