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

Skip to content

Commit 0662c2f

Browse files
committed
Updated documentation
1 parent 4518c96 commit 0662c2f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

week1/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
2. HTTP status codes
1717
10. Homework
1818

19-
### What is Node.js?
19+
## What is Node.js?
2020

2121
From Node.js' [website]()https://nodejs.org/en/:
2222

@@ -28,24 +28,24 @@ From Node.js' [website]()https://nodejs.org/en/:
2828
[What is Node.js? What can you do with it? Why should you use it?](https://medium.com/@paynoattn/what-is-nodejs-what-can-you-do-with-it-why-should-you-use-it-8c8d6df32d6d#.qvbp8g4dq)
2929
_estimated time: 10 minutes_
3030

31-
### Getting started with Node.js and npm
31+
## Getting started with Node.js and npm
3232

3333
Tutorials: [NPM tutorials. Follow chapters 1 - 10](https://docs.npmjs.com/getting-started/installing-node)
3434
_estimated time: 4-6 hours_
3535

36-
### Promises' refresher
36+
## Promises' refresher
3737

3838
Jim's [summary of promises](https://github.com/remarcmij/JavaScript/blob/master/fundamentals/promises.md)
3939
from JavaScript module.
4040

41-
### Control flow and events
41+
## Control flow and events
4242

4343
An important term when making applications is _control flow_. You already know
4444
all about it. Read through this page and answer this question: how do we control
4545
"flow" in JavaScript?
4646

4747
Read: [Examples of control flow in JavaScript](https://github.com/ummahusla/Codecademy-Exercise-Answers/tree/master/Language%20Skills/JavaScript/Unit%2005%20Control%20Flow/01%20More%20on%20Control%20Flow%20in%20JS)
4848

49-
### Check out these videos to prepare for the second lecture:
49+
## Prepare for the next lecture
5050

5151
[Custom made playlist :boom: Lynda.com](https://www.lynda.com/SharedPlaylist/a034fd969ef945bb9ebbd9490cc75d5a)

week2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ Read parts:
3939
- 4.1, 4.3
4040
[Airpair tutorial](https://www.airpair.com/javascript/node-js-tutorial#3-node-fundamentals)
4141

42-
## As you finish that up, don’t forget to watch next week’s video playlist to prepare for Express.
42+
## Prepare for the next lecture
4343

44-
You’ll find it here: [Lynda :information_desk_person:](https://www.lynda.com/SharedPlaylist/e8a2fec772bb462da38429629a34f3b7)
44+
[Lynda playlist :information_desk_person:](https://www.lynda.com/SharedPlaylist/e8a2fec772bb462da38429629a34f3b7)

week3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In Postman, make sure to add this header, and set the Body type to "Raw".
5555
For IDs, this application uses "UUIDs" (Universally Unique IDs). They can be
5656
generated using the `uuid` package, and are guaranteed never to be the same.
5757

58-
## Prepare for next module
58+
## Prepare for the next module
5959

6060
Check out the [databases repository](https://github.com/HackYourFuture/databases)
6161
and find out how you can prepare for the first database lecture, Jason and Rob

0 commit comments

Comments
 (0)