move misc to js/ui

This commit is contained in:
Ilya Kantor 2019-06-22 10:17:44 +03:00
parent 594ac2b012
commit 4a48deeb2c
18 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,11 @@
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]