Create article.md

This commit is contained in:
Nicolas Larose 2017-06-15 12:26:49 -04:00 committed by GitHub
parent 9845639f90
commit dbcfaf6351

View file

@ -79,7 +79,7 @@ function showMessage() {
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.