Use your own Javascript Calculator



Use your own Javascript Calculator


You can use calculatar in browser itself.For this you have to edit the values in the javascript code.E.g to calculate 4+5+6+7+(3*10) the javascript code will be


javascript: alert(4+5+6+7+(3*10));

No comments:

Post a Comment