Contact: aviboots(AT)netvision.net.il
41,429 questions
53,976 answers
573 users
const n = 106; console.log(String.fromCharCode(n)); console.log(String.fromCharCode(97)); /* run: "j" "a" */