This commit is contained in:
Ilya Kantor 2020-12-05 23:09:36 +03:00
parent 0585eda755
commit 211e20992e

View file

@ -5,7 +5,7 @@
Now the code:
```js run
```js demo run
function sum(a) {
let currentSum = a;