Merge pull request #45 from nick286/patch-1

Create article.md
This commit is contained in:
Ilya Kantor 2017-06-15 22:34:04 +03:00 committed by GitHub
commit bb98de1039

View file

@ -79,7 +79,7 @@ function showMessage() {
alert(message); alert(message);
} }
showMessage(); // Hello, my name is John showMessage(); // Hello, John
``` ```
The function has full access to the outer variable. It can modify it as well. The function has full access to the outer variable. It can modify it as well.