Write Your JavaScript Code Here
Run
Black
Copy Code
// ChatCodeAt():method is used to find out the Unicode value of a character at the specific index in a string. // string.charCodeAt(index); let srt="Reunite"; console.log(srt.charCodeAt(2));
Output: