/Bin2Dec

Binary to decimal converter

Primary LanguageJavaScript

My implementation of the Bin2Dec app idea from Florin Pop's app-ideas repo.

For the binary input, this implementation uses switches that toggle between 1s and 0s.

You can check it in CodeSandbox