Skip to content

Commit 4dd155d

Browse files
committed
fixup!
1 parent 8d82b7f commit 4dd155d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

pages/napi/getting-started/prerequisites.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
authors: gabrielschulhof, NickNaso, jschlight, mhdawson, KevinEady, avivkeller
33
---
44

5+
# Pre-requisites
6+
57
## C/C++ and JavaScript
68

79
The purpose of Node-API is to enable you to use your existing or newly written C/C++ code from JavaScript. This assumes at least a passing familiarity with both JavaScript and C/C++. The level of familiarity necessary is dependent upon the complexity of your project and your involvement with the JavaScript and the C/C++.

pages/napi/getting-started/tools.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
authors: gabrielschulhof, NickNaso, jschlight, mhdawson, KevinEady, avivkeller
33
---
44

5+
# Tools
6+
57
## Node.js
68

79
[Node.js](https://nodejs.org/) is the runtime that executes JavaScript on your machine. It bundles the [V8 JavaScript engine](https://developers.google.com/v8/) together with a set of built-in modules that let you run JavaScript outside of a browser.

0 commit comments

Comments
 (0)