We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94b9c9d + dd4d218 commit fe5d6d9Copy full SHA for fe5d6d9
1-js/02-first-steps/16-arrow-functions-basics/article.md
@@ -67,7 +67,7 @@ let welcome = (age < 18) ?
67
() => alert('Hello') :
68
() => alert("Greetings!");
69
70
-welcome(); // ok now
+welcome();
71
```
72
73
Arrow functions may appear unfamiliar and not very readable at first, but that quickly changes as the eyes get used to the structure.
0 commit comments