Contact: aviboots(AT)netvision.net.il
41,301 questions
53,811 answers
573 users
let x = -849, y = 561; let b = ((x ^ y) < 0); console.log(b); x = 1290, y = 8913; b = ((x ^ y) < 0); console.log(b); /* run: true false */