Skip to content

Commit bb98de1

Browse files
authored
Merge pull request #45 from nick286/patch-1
Create article.md
2 parents f649fbb + dbcfaf6 commit bb98de1

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)