Contact: aviboots(AT)netvision.net.il
43,086 questions
55,960 answers
573 users
let n = -7381; n = ((n >> 31) ^ n) - (n >> 31); console.log(n); /* run: 7381 */