A

Admin • 828.03K Points
Coach

Q. Which method returns the Unicode value of the character at a given index?

  • (A) charCodeAt()
  • (B) codePointAt()
  • (C) getCode()
  • (D) unicodeAt()

Explanation by: Admin
codePointAt(index) returns the Unicode code point at the specified index.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.