You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A very simple JS calculator that has a text input where you can put a mathematical equations like "((5+5)3-1)/(5-28)", it will calculate the equation with the JS method "eval" and it will give you the result underneath it.