Contact: aviboots(AT)netvision.net.il
40,889 questions
53,299 answers
573 users
let n: number = 24; n = n >> 1; console.log(n); /* run: 12 */