Contact: aviboots(AT)netvision.net.il
42,038 questions
54,727 answers
573 users
let n = 24; n = n >> 1; console.log(n); /* run: 12 */