Contact: aviboots(AT)netvision.net.il
40,875 questions
53,283 answers
573 users
const ch ='A'; const ASCII = ch.charCodeAt(0); console.log(ASCII); /* run: 65 */