Skip to content

Commit

Permalink
javascript-101/functions.md: fix wrong comment
Browse files Browse the repository at this point in the history
Closes gh-578
Fixes gh-415
  • Loading branch information
arthurvr authored and Krinkle committed Apr 9, 2024
1 parent 2f19f61 commit d4363b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page/javascript-101/functions.md
Expand Up @@ -18,7 +18,7 @@ function foo() {
```

```
// Named function expression.
// Function expression.
var foo = function() {
// Do something.
Expand Down

0 comments on commit d4363b9

Please sign in to comment.