We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4ecba5 + 161eec6 commit 3a6d70bCopy full SHA for 3a6d70b
1-js/06-advanced-functions/03-closure/4-closure-sum/solution.md
@@ -1,4 +1,4 @@
1
-For the second brackets to work, the first ones must return a function.
+For the second parentheses to work, the first ones must return a function.
2
3
Like this:
4
1-js/06-advanced-functions/03-closure/4-closure-sum/task.md
@@ -6,7 +6,7 @@ importance: 4
6
7
Write function `sum` that works like this: `sum(a)(b) = a+b`.
8
9
-Yes, exactly this way, via double brackets (not a mistype).
+Yes, exactly this way, using double parentheses (not a mistype).
10
11
For instance:
12
0 commit comments