up
This commit is contained in:
parent
4ae129054e
commit
ab9ab64bd5
476 changed files with 3370 additions and 532 deletions
|
@ -11,7 +11,7 @@ alert( eval("2+2") ); // 4
|
|||
Код решения:
|
||||
|
||||
```js run demo
|
||||
var expr, res;
|
||||
let expr, res;
|
||||
|
||||
while (true) {
|
||||
expr = prompt("Введите выражение?", '2-');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue