Update article.md

This commit is contained in:
Jack Pickus 2019-04-04 20:58:56 -05:00 committed by GitHub
parent d7d1c17de9
commit 34fd31c9c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ In the very first chapter about [variables](info:variables), we mentioned three
But `var` is a very different beast, that originates from very old times. It's generally not used in modern scripts, but still lurks in the old ones. But `var` is a very different beast, that originates from very old times. It's generally not used in modern scripts, but still lurks in the old ones.
If you don't plan meeting such scripts you may even skip this chapter or postpone it, but then there's a chance that it bites you later. If you don't plan on meeting such scripts you may even skip this chapter or postpone it, but then there's a chance that it bites you later.
From the first sight, `var` behaves similar to `let`. That is, declares a variable: From the first sight, `var` behaves similar to `let`. That is, declares a variable: