0
Can you create a calculator with shortest code?
My friend challenged me. I created a very simple one. but now I'm trying to make it smarter and more features.
1 Odpowiedź
+ 2
Is one line of code to short 😝? (Javascript)
alert("Answer: "+eval(prompt("Enter Something to Calculate")));