Fixed the wikipedia link
The link now goes to the language, not the Indonesian island
This commit is contained in:
parent
da0063e450
commit
bc33cf38c1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ The programs in this language are called *scripts*. They can be written right in
|
||||||
|
|
||||||
Scripts are provided and executed as a plain text. They don't need a special preparation or a compilation to run.
|
Scripts are provided and executed as a plain text. They don't need a special preparation or a compilation to run.
|
||||||
|
|
||||||
In this aspect, JavaScript is very different from another language called [Java](http://en.wikipedia.org/wiki/Java).
|
In this aspect, JavaScript is very different from another language called [Java](https://en.wikipedia.org/wiki/Java_(programming_language)).
|
||||||
|
|
||||||
```smart header="Why <u>Java</u>Script?"
|
```smart header="Why <u>Java</u>Script?"
|
||||||
When JavaScript was created, it initially had another name: "LiveScript". But Java language was very popular at that time, so it was decided that positioning a new language as a "younger brother" of Java would help.
|
When JavaScript was created, it initially had another name: "LiveScript". But Java language was very popular at that time, so it was decided that positioning a new language as a "younger brother" of Java would help.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue