Contact: aviboots(AT)netvision.net.il
43,236 questions
56,139 answers
573 users
let n = -97381; n = ((n >> 31) ^ n) - (n >> 31); console.log(n); /* run: 97381 */