Skip to content

Commit 1195717

Browse files
committed
Add table of content
1 parent 8f4916e commit 1195717

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Node.js/Basics/nodejs-basics.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## Table of content
44

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+
515
## Node package manager (NPM)
616

717
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

Comments
 (0)