Skip to content

Commit b299088

Browse files
committed
Lesson 20 rename
1 parent cdacbd5 commit b299088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/list-comprehensions.js renamed to examples/20-list-comprehensions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const res = List.of( x => x )
66
console.log(res)
77

88

9-
const merch = () =>
9+
const merch = _ =>
1010
List.of( x => y => `${x}-${y}`)
1111

1212
// partially apply to list of values 'x'

0 commit comments

Comments
 (0)