A binary Calculator created in JavaScript for HackerRank challenge
Created a binary calculator for the HackerRank's Javascript problem: https://www.hackerrank.com/challenges/js10-binary-calculator
This calculator can add,subtract,multiply, and divide two binary numbers.
Works correctly only if the equal is clicked after operating on two operands.