Skip to content

Commit 43c66e5

Browse files
authoredSep 1, 2019
Merge pull request #1 from javascript-tutorial/master
sync to upstream
2 parents 4f2a908 + e9ded79 commit 43c66e5

File tree

1,075 files changed

+7625
-4928
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,075 files changed

+7625
-4928
lines changed
 

Diff for: ‎.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
* text=auto eol=lf
2+
*.svg binary

Diff for: ‎1-js/01-getting-started/1-intro/article.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Examples of such restrictions include:
7575
This limitation is, again, for the user's safety. A page from `http://anysite.com` which a user has opened must not be able to access another browser tab with the URL `http://gmail.com` and steal information from there.
7676
- JavaScript can easily communicate over the net to the server where the current page came from. But its ability to receive data from other sites/domains is crippled. Though possible, it requires explicit agreement (expressed in HTTP headers) from the remote side. Once again, that's a safety limitation.
7777

78-
![](limitations.png)
78+
![](limitations.svg)
7979

8080
Such limits do not exist if JavaScript is used outside of the browser, for example on a server. Modern browsers also allow plugin/extensions which may ask for extended permissions.
8181

@@ -92,8 +92,7 @@ JavaScript is the only browser technology that combines these three things.
9292

9393
That's what makes JavaScript unique. That's why it's the most widespread tool for creating browser interfaces.
9494

95-
While planning to learn a new technology, it's beneficial to check its perspectives. So let's move on to the modern trends affecting it, including new languages and browser abilities.
96-
95+
That said, JavaScript also allows to create servers, mobile applications, etc.
9796

9897
## Languages "over" JavaScript
9998

0 commit comments

Comments
 (0)