en.javascript.info/1-js/99-js-misc/02-eval/1-eval-calculator/task.md
Ilya Kantor 4bc42e1360 minor
2019-08-13 22:07:33 +03:00

11 lines
241 B
Markdown

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. Just evaluate and return the result.
[demo]