We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b33232 commit 483e237Copy full SHA for 483e237
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