• Welcome to ForumKorner!
    Join today and become a part of the community.

Java script: Use your Web Browser as a calculator

Røøt

Member
Reputation
0
Alright, so some of you are going to laugh at how simple this is to do. You can enter what symbol you need and keep in mind that for division you use "/" and multiplication is "*"

It's done like so...

Code:
Javascript: alert(344+322-212*934/3);

Simply put the number in the ( ) quotes and the symbols. Enjoy!
 

Android

Active Member
Reputation
0
I've tried it and it works pretty well, but I still prefer the good old calculator. Nice find.