Skip to content

Skyflote/basic-calculator-Js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic calculator JavaScript

This is a very naive implementation of a simple calculator in HTML and JavaScript. There are a few things I would like to change in the future :

  • not using the function eval() anymore as it is said on MDN it is not a good idea (safety wise)
  • implement a max numeber of characters inside the calculator screen
  • implement a more advanced calculator with sqrt, powers...

I am still learning my way through HTML, CSS and JavaScript so if you have any advise I am always ready to listen !

Thanks and have a great learning journey !

About

Naive implementation of basic calculator in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published