Skip to content

Commit dbcfaf6

Browse files
authored
Create article.md
1 parent 9845639 commit dbcfaf6

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
@@ -79,7 +79,7 @@ function showMessage() {
7979
alert(message);
8080
}
8181

82-
showMessage(); // Hello, my name is John
82+
showMessage(); // Hello, John
8383
```
8484

8585
The function has full access to the outer variable. It can modify it as well.

0 commit comments

Comments
 (0)