Skip to content

Commit 88ebfbd

Browse files
committed
fat arrows section finished:
1 parent b617a81 commit 88ebfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ double(8);
2929
//with a single argument coming in, you can also omit the () around it. like the following
3030
// const double1 = number => return 2 * number;
3131
//
32-
// double1(8);got a
32+
// double1(8);
3333

3434
const numbers = [1,2,3];
3535

0 commit comments

Comments
 (0)