Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 523 Bytes

File metadata and controls

9 lines (8 loc) · 523 Bytes

JavaScript-Calculator

A pure JavaScript based Calculator using HTML and CSS for content and design respectively and using Web API's for other functionalities

Functionalities:-

  • Any Number can be given as input(As large as possible)
  • With the DEL button,clear as many digits from the back as possible.
  • With the AC button,all clear the tab
  • Division,Multiplication,Addition,Subtraction these four operations are provided
  • Operations can be done on both Integer and Floating point Numbers