Merge pull request #1751 from u-n-known/patch-1

Either quotation marks or italicization
This commit is contained in:
Ilya Kantor 2020-04-05 18:34:55 +03:00 committed by GitHub
commit c89ddc5d92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ Let's see what's so special about JavaScript, what we can achieve with it, and w
## What is JavaScript?
*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 run automatically as the page loads.