Blog
Utilising Bitwise Operators in JavaScript, by Building a RGB to Hex Colour Convertor
A Real World Example of Bitwise AND, OR, and Left/Right Shift.
Using Bitwise XOR to Solve the 'Lonely Integer' Problem
The Lonely Integer problem is a common coding challenge used to test your ability to count or filter numbers in an array, with the goal of isolating the number which appears only once.