commit
95016bc98f
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# An Introduction to JavaScript
|
# An Introduction to JavaScript
|
||||||
|
|
||||||
Let's see what's so special about JavaScript, what we can achieve with it, and which other technologies play well with it.
|
Let's see what's so special about JavaScript, what we can achieve with it, and what other technologies play well with it.
|
||||||
|
|
||||||
## What is JavaScript?
|
## What is JavaScript?
|
||||||
|
|
||||||
|
@ -116,6 +116,6 @@ There are more. Of course, even if we use one of transpiled languages, we should
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
- JavaScript was initially created as a browser-only language, but is now used in many other environments as well.
|
- JavaScript was initially created as a browser-only language, but it is now used in many other environments as well.
|
||||||
- Today, JavaScript has a unique position as the most widely-adopted browser language with full integration with HTML/CSS.
|
- Today, JavaScript has a unique position as the most widely-adopted browser language with full integration in HTML/CSS.
|
||||||
- There are many languages that get "transpiled" to JavaScript and provide certain features. It is recommended to take a look at them, at least briefly, after mastering JavaScript.
|
- There are many languages that get "transpiled" to JavaScript and provide certain features. It is recommended to take a look at them, at least briefly, after mastering JavaScript.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue