We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e37dbd commit 047ffa2Copy full SHA for 047ffa2
1-js/01-getting-started/1-intro/article.md
@@ -6,7 +6,7 @@ Let's see what's so special about JavaScript, what we can achieve with it, and w
6
7
*JavaScript* was initially created to *"make web pages alive"*.
8
9
-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.
10
11
Scripts are provided and executed as plain text. They don't need special preparation or compilation to run.
12
0 commit comments