Skip to content

Commit

Permalink
Merge pull request #5776 from Haroenv/patch-1
Browse files Browse the repository at this point in the history
[docs] Node is written mostly in C++, not in C
  • Loading branch information
oliviertassinari committed Dec 13, 2016
2 parents 36c13a1 + aea6344 commit f32152b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -56,7 +56,7 @@ This is where Node comes into play.

### Node

At its core, [Node](https://nodejs.org) is a program written in C that allows us
At its core, [Node](https://nodejs.org) is a program written in C++ that allows us
to run JavaScript in the shell (yes, your terminal, not the browser).
To do this, It uses Chrome’s V8 JavaScript engine.
Hence, Node is essentially a runtime environment.
Expand Down

0 comments on commit f32152b

Please sign in to comment.