charCodeAt

q6hillz·2022년 4월 17일
0

javascript

목록 보기
30/60

String.prototype.charCodeAt()

The **charCodeAt()** method returns an integer between 0 and 65535 representing the UTF-16 code unit at the given index.

스트링의 지정된 index 위치의 char code를 알아낼 수 있는 메소드.

0개의 댓글