We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9845639 commit dbcfaf6Copy full SHA for dbcfaf6
1-js/02-first-steps/14-function-basics/article.md
@@ -79,7 +79,7 @@ function showMessage() {
79
alert(message);
80
}
81
82
-showMessage(); // Hello, my name is John
+showMessage(); // Hello, John
83
```
84
85
The function has full access to the outer variable. It can modify it as well.
0 commit comments