minor fixes
This commit is contained in:
parent
277fbd20e1
commit
2a5c881911
1 changed files with 3 additions and 3 deletions
|
@ -59,7 +59,7 @@ For instance, in-browser JavaScript is able to:
|
||||||
|
|
||||||
## What CAN'T in-browser JavaScript do?
|
## What CAN'T in-browser JavaScript do?
|
||||||
|
|
||||||
JavaScript's abilities in the browser are limited for the sake of the user's safety. The aim is to prevent an evil webpage from accessing private information or harming the user's data.
|
JavaScript's abilities in the browser are limited for the sake of a user's safety. The aim is to prevent an evil webpage from accessing private information or harming the user's data.
|
||||||
|
|
||||||
Examples of such restrictions include:
|
Examples of such restrictions include:
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@ There are at least *three* great things about JavaScript:
|
||||||
```compare
|
```compare
|
||||||
+ Full integration with HTML/CSS.
|
+ Full integration with HTML/CSS.
|
||||||
+ Simple things are done simply.
|
+ Simple things are done simply.
|
||||||
+ Support by all major browsers and enabled by default.
|
+ Supported by all major browsers and enabled by default.
|
||||||
```
|
```
|
||||||
JavaScript is the only browser technology that combines these three things.
|
JavaScript is the only browser technology that combines these three things.
|
||||||
|
|
||||||
|
@ -118,5 +118,5 @@ 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 it 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 in HTML/CSS.
|
- Today, JavaScript has a unique position as the most widely-adopted browser language, fully integrated with 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