made a calculator with two inputs only how can i make more input and perform different operation in a single statement(2*3+3) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

made a calculator with two inputs only how can i make more input and perform different operation in a single statement(2*3+3)

calculator js

6th Sep 2019, 7:32 PM
Lee Nard
2 Answers
+ 1
You could probably just use eval()
6th Sep 2019, 9:36 PM
Ole113
Ole113 - avatar
0
i mean without using eval()
7th Sep 2019, 3:19 AM
Lee Nard