Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 274 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 274 Bytes

js-calculator

🧠 Created using JavaScript, HTML and CSS.

✨ To fix: ability to add multiple dots (0.00.03).

✨ To fix: conversion to base 8 (15000 + 020 = 15016).

✨ To fix: delete old result as user starts typing a new evaluation.

😓 eval() is evil, I know.