JavaScript Bitwise AND (opens in new tab)
The JavaScript bitwise AND operator (&) can be used for some real-world tasks, like testing if a number is odd or even.
Read the original articleThe JavaScript bitwise AND operator (&) can be used for some real-world tasks, like testing if a number is odd or even.
Read the original article