Skip to content

Commit 6e81353

Browse files
committed
Lesson 26 rename
1 parent 642b39d commit 6e81353

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/isomorphism.js renamed to examples/26-isomorphism.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ const Task = require('data.task')
66

77

88

9-
const Iso = (to, from) =>
10-
({
9+
const Iso = (to, from) => ({
1110
to,
1211
from
1312
})
1413

15-
1614
const chars = Iso(
1715
s => s.split(''),
1816
c => c.join('')

0 commit comments

Comments
 (0)