let text = "HELLO WORLD";
let code = text.charCodeAt(0);
let text = "A";
let keyCode = text.charCodeAt(0);
console.log(keyCode)
For further actions, you may consider blocking this person and/or reporting abuse
Abhay Singh Kathayat -
shema -
Abhay Singh Kathayat -
Deepak Kumar -
Top comments (0)