Sometime we need to open calculator to do some basic calculation like ADD, SUBTRACT, MULTIPLY Or DIVIDE,
But if you are not in a mood to use the standard windows calculator so here is the simple way to do calculation directly from your browser’s address bar.
All you have to do is open your browser and type :-
javascript: alert(2+22); if you wanna add,
javascript: alert(2-1); if you wanna subtract
javascript: alert(22*2); if you wanna Multiply
javascript: alert(22/2); if you wanna Divide
See the belows screenshot:-
How’s It??