Back to Type Challenges

README

questions/32532-hard-binary-addition/README.md

latest1.3 KB
Original Source
<!--info-header-start--><h1>Binary Addition </h1><blockquote><p>by Finley Garton <a href="https://github.com/finleygn" target="_blank">@finleygn</a></p></blockquote><p><a href="https://tsch.js.org/32532/play" target="_blank"></a> </p><!--info-header-end-->

Implement BinaryAdd to add two binary numbers together. The numbers should not be translated out of binary at any point.

Note the two inputs will always have the same length.

<!--info-footer-start-->

<a href="../../README.md" target="_blank"></a> <a href="https://tsch.js.org/32532/answer" target="_blank"></a> <a href="https://tsch.js.org/32532/solutions" target="_blank"></a> <!--info-footer-end-->