This commit is contained in:
Miloslav Ciz 2024-04-02 22:47:48 +02:00
parent 491c5ff885
commit b9fd8d7532
17 changed files with 1909 additions and 1777 deletions

View file

@ -12,6 +12,8 @@ In the past JavaScript was only a **[client](client.md) side** scripting languag
[jQuery](jquery.md) is a very popular [library](library.md) that's often used with JavaScript. It's kind of a universal library to do things one often wants to do. We mention it because everyone around JavaScript just supposes you'll be using it.
**Why is it called JavaScript if it has nothing to do with Java?** Simply put the name was chosen because back then Java was the big thing and they wanted to show that JavaScript is kind of similar but complementary, the developers of the languages were associated with each other and they thought it would be good [marketing](marketing.md) to associate the languages through naming, but of course the languages are completely different.
TODO: some more shit
## JavaScript Fun
@ -77,7 +79,7 @@ function go()
</html>
```
TODO: some JS nonsense like below
TODO: some JS nonsense like below (https://wtfjs.com/)
```
"11" + 1 // "111"