Update article.md
This commit is contained in:
parent
5e37dbdc9c
commit
047ffa2877
1 changed files with 1 additions and 1 deletions
|
@ -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"*.
|
*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.
|
Scripts are provided and executed as plain text. They don't need special preparation or compilation to run.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue