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 249c28d commit fa04665Copy full SHA for fa04665
1-js/01-getting-started/1-intro/article.md
@@ -8,8 +8,6 @@ Let's see what's so special about JavaScript, what we can achieve with it, and w
8
9
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
-
13
In this aspect, JavaScript is very different from another language called [Java](https://en.wikipedia.org/wiki/Java_(programming_language)).
14
15
```smart header="Why is it called <u>Java</u>Script?"
0 commit comments