Contact: aviboots(AT)netvision.net.il
41,567 questions
54,187 answers
573 users
let n = 255; let hex = n.toString(16); console.log(hex); /* run: "ff" */