Skip to content

vienef/javascript-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Standard JavaScript Calculator

A simple JavaScript Calculator built with HTML, Bootstrap, SCSS, and jQuery by vienef. This calculator uses immediate execution logic as its input logic, so the calculation ignores the order of the operator precedence.