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 9f83b6b commit 677cd66Copy full SHA for 677cd66
1-js/02-first-steps/14-function-basics/article.md
@@ -119,7 +119,7 @@ function showMessage() {
119
alert(message);
120
}
121
122
-// the function will create and use it's own userName
+// the function will create and use its own userName
123
showMessage();
124
125
alert( userName ); // *!*John*/!*, unchanged, the function did not access the outer variable
0 commit comments