Javascript Binary to Denary

I wrote this but I am not sure I can use it for the purpose I wanted. Feel free to use if it’s useful to you! <html> <head> <style> input[type=’text’] { font-size: 24px; } </style> <script type=”text/javascript”> // A quick and dirty binary to denary converter in Javascript // I wrote it to use withContinue reading “Javascript Binary to Denary”