We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2afe4 commit a50a359Copy full SHA for a50a359
1 file changed
Extra module class8/JSReview-week3.md
@@ -64,8 +64,9 @@ function sayHello(name) {
64
}
65
```
66
Same as above with arrow (fat arrow) notation
67
+```
68
var sayHello2 = (name) => 'Hello ' + name;
-
69
70
71
### Return examples
72
0 commit comments