Skip to content

Commit 087d633

Browse files
Update docs/higher-order-functions.md
Co-authored-by: Matt Bailey <[email protected]>
1 parent 01544db commit 087d633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/higher-order-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ evaluates to
3131
4
3232
```
3333

34-
If the input argument is an empty array, returns `undefined`
34+
If the input argument is an empty array, returns nothing (represented in Javascript as `undefined`)
3535

3636
The function that is supplied as the second parameter must have the following signature:
3737

0 commit comments

Comments
 (0)