Write Your JavaScript Code Here

// 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: