Either quotation marks or italicization

Highlighting twice is unnecessary.
This commit is contained in:
u-n-known 2020-02-14 00:41:09 +01:00 committed by GitHub
parent cb8c12c5c6
commit f8e2ed0eca
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? ## 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. 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.