Skip to content

Commit a50a359

Browse files
authored
Update JSReview-week3.md
1 parent 9f2afe4 commit a50a359

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Extra module class8/JSReview-week3.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ function sayHello(name) {
6464
}
6565
```
6666
Same as above with arrow (fat arrow) notation
67+
```
6768
var sayHello2 = (name) => 'Hello ' + name;
68-
69+
```
6970

7071
### Return examples
7172
```

0 commit comments

Comments
 (0)