Skip to content

Commit fa04665

Browse files
authored
Update article.md
1 parent 249c28d commit fa04665

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

1-js/01-getting-started/1-intro/article.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Let's see what's so special about JavaScript, what we can achieve with it, and w
88

99
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.
1010

11-
Scripts are provided and executed as plain text. They don't need special preparation or compilation to run.
12-
1311
In this aspect, JavaScript is very different from another language called [Java](https://en.wikipedia.org/wiki/Java_(programming_language)).
1412

1513
```smart header="Why is it called <u>Java</u>Script?"

0 commit comments

Comments
 (0)