The **charCodeAt()** method returns an integer between 0 and 65535 representing the UTF-16 code unit at the given index.
**charCodeAt()**
0
65535
스트링의 지정된 index 위치의 char code를 알아낼 수 있는 메소드.