Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 340 Bytes

File metadata and controls

11 lines (9 loc) · 340 Bytes

Clean Calculator

This calculator is made of Vanilla JS and CSS using the BEM methodology.
The calculator also has history

##Files ###main.JS ####input object The input object contains details concerning the calculator like the answer and the history ####cleanCalculator object The cleanCalculator has the functions of the calculator