File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ This 3 week HYF Module is about Node.JS. We can think of Node.JS as "Javascript
7
7
## Planning
8
8
| Week | Topic | Read | Homework |
9
9
| ---- | ----- | ---- | -------- |
10
+ | 0. | introduction | [ Week 0 Reading] ( week0/README.md ) | - |
10
11
| 1. | Node.js, NPM, http | [ Week 1 Reading] ( week1/README.md ) | [ Week 1 Homework] ( week1/MAKEME.md ) |
11
12
| 2. | fs, process | [ Week 2 Reading] ( week2/README.md ) | [ Week 2 Homework] ( week2/MAKEME.md ) |
12
13
| 3. | express, REST | [ Week 3 Reading] ( week3/README.md ) | [ Week 3 Homework] ( week3/MAKEME.md ) |
Original file line number Diff line number Diff line change
1
+ ## To watch before you have you first Node session:
2
+
3
+ - Go through the [ README.md] ( https://github.com/HackYourFuture/Node.js ) of this repo
4
+ - Watch up to and including the fourth chapter (node modules) from the Node.js Essential training on Lynda.com. (90 min)
5
+
6
+ Try to formulate and answer to the question:
7
+ - What is Node.js?
8
+
You can’t perform that action at this time.
0 commit comments