Skip to content

Commit 677cd66

Browse files
authored
Typo
1 parent 9f83b6b commit 677cd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/14-function-basics/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function showMessage() {
119119
alert(message);
120120
}
121121

122-
// the function will create and use it's own userName
122+
// the function will create and use its own userName
123123
showMessage();
124124

125125
alert( userName ); // *!*John*/!*, unchanged, the function did not access the outer variable

0 commit comments

Comments
 (0)