Hey guys,
I finished my calculator project. I welcome all feedback both positive and constructive criticism. Thanks!
Hey guys,
I finished my calculator project. I welcome all feedback both positive and constructive criticism. Thanks!
You need to put zero when you first load calc and when you erase numbers. Could also put some font that mimics seven-segment display just for additional pzazz.
Edit1: After getting result, any number press should clear screen. That shouldn’t include operators and dot.
Thanks for the feedback, guys. I went ahead and made some changes to my code. Here’s my updated project:
When i first load it up and press 9+ i get locked and get Bad Syntax!
As John mentioned and i’ll add to it, if you try any operation and press =, you get bad syntax … It seems as if number entered after operator is omitted …
Whoops, sorry about that guys. I noticed there were a couple formatting issues on my JS. I fixed it. Try it now.