We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f34cd4f commit 24ae183Copy full SHA for 24ae183
page/javascript-101/functions.md
@@ -18,7 +18,7 @@ function foo() {
18
```
19
20
21
-// Named function expression.
+// Function expression.
22
23
var foo = function() {
24
// Do something.
0 commit comments