Update article.md

This commit is contained in:
Ilya Kantor 2019-05-04 13:37:18 +02:00 committed by GitHub
parent 5e37dbdc9c
commit 047ffa2877
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ Let's see what's so special about JavaScript, what we can achieve with it, and w
*JavaScript* was initially created to *"make web pages alive"*.
The programs in this language are called *scripts*. They can be written right in a web page's HTML and executed automatically as the page loads.
The programs in this language are called *scripts*. They can be written right in a web page's HTML and run automatically as the page loads.
Scripts are provided and executed as plain text. They don't need special preparation or compilation to run.