Skip to content

Commit 211e209

Browse files
committed
closes #2225
1 parent 0585eda commit 211e209

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/06-advanced-functions/06-function-object/5-sum-many-brackets

1-js/06-advanced-functions/06-function-object/5-sum-many-brackets/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Now the code:
77

8-
```js run
8+
```js demo run
99
function sum(a) {
1010

1111
let currentSum = a;

0 commit comments

Comments
 (0)