We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd611dc commit 389cc85Copy full SHA for 389cc85
docs/higher-order-functions.md
@@ -31,7 +31,7 @@ evaluates to
31
4
32
```
33
34
-If the input argument is an empty array, returns `undefined`
+If the input argument is an empty array, returns nothing (represented in Javascript as `undefined`)
35
36
The function that is supplied as the second parameter must have the following signature:
37
0 commit comments