We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f4916e commit 1195717Copy full SHA for 1195717
1 file changed
Node.js/Basics/nodejs-basics.md
@@ -2,6 +2,16 @@
2
3
## Table of content
4
5
+1. [Node package manager (NPM)](#node-package-manager-npm)
6
+2. [Run code](#run-code)
7
+3. [Modules](#modules)
8
+4. [Working with paths](#working-with-paths)
9
+5. [Working with files](#working-with-files)
10
+6. [System info](#system-info)
11
+7. [Events](#events)
12
+8. [Streams](#streams)
13
+9. [HTTP server](#http-server)
14
+
15
## Node package manager (NPM)
16
17
Node.js has a huge number of packages created by different developers that you can easily import into your projects using `npm`.
0 commit comments