Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 796 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 796 Bytes

Calculator

This project uses JavaScript, HTML, and CSS to create a functional browser calculator. The calculator accepts inputs and evaluates the expression following PEMDAS rules without using the problematic eval() JavaScript function. Its functionality includes a clear button, backspace button, and decimals that are limited to one per number. Additional functionality includes exponents and logic for parentheses. This calculator can also accept keyboard inputs.

This is the calculator project from The Odin Project.