Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f64d617

Browse files
committed
updated week0
1 parent eb621d4 commit f64d617

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This 3 week HYF Module is about Node.JS. We can think of Node.JS as "Javascript
77
## Planning
88
| Week | Topic | Read | Homework |
99
| ---- | ----- | ---- | -------- |
10+
| 0. | introduction | [Week 0 Reading](week0/README.md) | - |
1011
| 1. | Node.js, NPM, http | [Week 1 Reading](week1/README.md) | [Week 1 Homework](week1/MAKEME.md) |
1112
| 2. | fs, process | [Week 2 Reading](week2/README.md) | [Week 2 Homework](week2/MAKEME.md) |
1213
| 3. | express, REST | [Week 3 Reading](week3/README.md) | [Week 3 Homework](week3/MAKEME.md) |

week0/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+

0 commit comments

Comments
 (0)