Javascript : charCodeAt()
For JavaScript strings, there is also the charCodeAt() function. It provides back the character’s Unicode value at a given string index. The charCodeAt() method takes an index as an input. Function string.charCodeAt(index) Explanation string: The string from which to retrieve the Unicode value.index: The zero-based index of the character whose Unicode value is to be … Read more