Blog

  • 23rd November 2023

Utilising Bitwise Operators in JavaScript, by Building a RGB to Hex Colour Convertor

Javascript

Bitwise

Tutorial

A Real World Example of Bitwise AND, OR, and Left/Right Shift.

Read more
  • 18th November 2023

Using Bitwise XOR to Solve the 'Lonely Integer' Problem

Javascript

Bitwise

XOR

Coding Challenge

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.

Read more