Closed borntofrappe closed 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
Update: the project gives life to two demos:
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.
Learn about bit shifting and the bit shifting operators
>>
<<
starting from a challenge from the coding train websiteFor context, it might be helpful to review previous challenges regarding binary conversion