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