Skip to content

A-amon/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

HTML5 SASS JavaScript

A simple calculator that follows the BODMAS rules.

Note: This is done without the help of eval() function hence, it does not cover every sort of input scenario.

Uses MochaJS for testing