twitter
    Find out what I'm doing, Follow Me :)

Sunday, March 13, 2011

The Browser Calculator

In case you are not in a mood to use the standard windows calculator and want your browser to do the dirty job for you, use this code.

javascript: alert(34343+3434-222);

between these brackets you can perform any mathematical problem
i.e
->add
->mulipy
->divide
->subtract


No comments:

Post a Comment