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