Skip to content

Commit 2a5c881

Browse files
committed
minor fixes
1 parent 277fbd2 commit 2a5c881

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ For instance, in-browser JavaScript is able to:
5959

6060
## What CAN'T in-browser JavaScript do?
6161

62-
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.
62+
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.
6363

6464
Examples of such restrictions include:
6565

@@ -86,7 +86,7 @@ There are at least *three* great things about JavaScript:
8686
```compare
8787
+ Full integration with HTML/CSS.
8888
+ Simple things are done simply.
89-
+ Support by all major browsers and enabled by default.
89+
+ Supported by all major browsers and enabled by default.
9090
```
9191
JavaScript is the only browser technology that combines these three things.
9292

@@ -118,5 +118,5 @@ There are more. Of course, even if we use one of transpiled languages, we should
118118
## Summary
119119

120120
- JavaScript was initially created as a browser-only language, but it is now used in many other environments as well.
121-
- Today, JavaScript has a unique position as the most widely-adopted browser language with full integration in HTML/CSS.
121+
- Today, JavaScript has a unique position as the most widely-adopted browser language, fully integrated with HTML/CSS.
122122
- 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.

0 commit comments

Comments
 (0)