From 047ffa28779cc7d641bcac255aabc61c66eba483 Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Sat, 4 May 2019 13:37:18 +0200 Subject: [PATCH] Update article.md --- 1-js/01-getting-started/1-intro/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/01-getting-started/1-intro/article.md b/1-js/01-getting-started/1-intro/article.md index f4f921d4..bbc86c88 100644 --- a/1-js/01-getting-started/1-intro/article.md +++ b/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 *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.