Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nomandhoni-cs/themightycalculator

This my web based calculator project to calculate basic operations.
https://github.com/nomandhoni-cs/themightycalculator

calculator hactoberfest hactoberfest-accepted

Last synced: 19 days ago
JSON representation

This my web based calculator project to calculate basic operations.

Awesome Lists containing this project

README

        

# theMightyCalculator
This my web based calculator project to calculate basic operations.

### Topics I Learned

1. ```eval()``` to Evaluate a string ```eval('2+2')```=```4```
2. ```Number.isInteger(input)``` to see is the number a Integer
3. ```isNaN(input)``` to see the input is blank or not