Merge branch 'master' into master
This commit is contained in:
commit
dafb17a168
32 changed files with 114 additions and 123 deletions
|
@ -45,7 +45,7 @@ The engine applies optimizations on every stage of the process. It even watches
|
|||
|
||||
The modern JavaScript is a "safe" programming language. It does not provide low-level access to memory or CPU, because it was initially created for browsers which do not require it.
|
||||
|
||||
The capabilities greatly depend on the environment that runs JavaScript. For instance, [Node.JS](https://wikipedia.org/wiki/Node.js) supports functions that allow JavaScript to read/write arbitrary files, perform network requests etc.
|
||||
The capabilities greatly depend on the environment that runs JavaScript. For instance, [Node.JS](https://wikipedia.org/wiki/Node.js) supports functions that allow JavaScript to read/write arbitrary files, perform network requests, etc.
|
||||
|
||||
In-browser JavaScript can do everything related to webpage manipulation, interaction with the user, and the webserver.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue