borntofrappe / code

Explore software
0 stars 0 forks source link

Bit shifting #2

Closed borntofrappe closed 4 years ago

borntofrappe commented 4 years ago

Learn about bit shifting and the bit shifting operators >> << starting from a challenge from the coding train website

For context, it might be helpful to review previous challenges regarding binary conversion

borntofrappe commented 4 years ago

Update: the project gives life to two demos:

borntofrappe commented 4 years ago

P.S: consider replicating the demo with svelte. The utility is primed to consider the state of the checkboxes, and to update the total as the state changes.