Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 392 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 392 Bytes

Binary-Calculator-JavaScript

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.

Bugs

Works correctly only if the equal is clicked after operating on two operands.