Skip to content

Commit de7d5c5

Browse files
committed
README, what is Node JS, ['Documentation']{'Added'}('Drian')
1 parent 5743be7 commit de7d5c5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
- [Drian-key](https://www.github.com/Drian-key)
88

9+
## What is Node JS
10+
11+
js (Node) is an open source, cross-platform runtime environment for executing JavaScript code. Node is used extensively for server-side programming, making it possible for developers to use JavaScript for client-side and server-side code without needing to learn an additional language.
12+
13+
V8 is the JavaScript engine that powers Node. js, and Node. js is a runtime environment that allows you to write server-side JavaScript applications
14+
15+
V8 is the name of the JavaScript engine that powers Google Chrome. It's the thing that takes our JavaScript and executes it while browsing with Chrome. V8 provides the runtime environment in which JavaScript executes. The DOM and the other Web Platform APIs are provided by the browser.
16+
917
## Installation Node JS
1018

1119
- Open website [Node JS](https://nodejs.org)

0 commit comments

Comments
 (0)