.charCodeAt()

Term side of the Card
Topic: String
Unit title: .charCodeAt()
Categories: Method
Explanation side of the Card

Explanation: The method that returns the UTF-16 code point of the character at a specified index in a string. It provides a numeric value representing the character.

Browser compatibility:
  • The chrome browser supports this feature starting from version 1
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 1
  • The safari browser supports this feature starting from version 1
Availability: