/js-calculator

Simple calculator project created with HTML, CSS and JavaScript.

Primary LanguageJavaScript

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.