en.javascript.info/1-js/99-js-misc/02-eval/1-eval-calculator/task.md
2019-06-22 10:17:44 +03:00

204 B

importance: 4


Eval-calculator

Create a calculator that prompts for an arithmetic expression and returns its result.

There's no need to check the expression for correctness in this task.

[demo]