Skip to content

seenamakari/firstCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

firstCalculator

I created a calculator using HTML and JavaScript

This is the first iteration of the program - so there are clear issues, like the fact that I'm using the "eval" function. I also would like to rewrite this program using the HTML .innerText property instead of storing the numbers and operators in a "let" variable. In other words, I would like to display the expression in an

tag and use the .innerText property to collect the expression and later evaluate it.

I will come back to this project in the future and make improvements.

About

I created a calculator using HTML and JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published