Skip to content

Commit 8e85907

Browse files
committed
new content warning
1 parent 0b86a08 commit 8e85907

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ When you're finished with all the exercises, go on to the next part.
134134

135135
## Part 3 – Learn You The Node.js For Much Win! (26 points, 2 per exercise)
136136

137-
Open your terminal and run the following command:
137+
Run the following command:
138138

139139
```
140140
learnyounode
@@ -146,6 +146,8 @@ You'll see the menu:
146146

147147
Complete all the exercises. There are 13 in total.
148148

149+
Unlike Part 1 and Part 2, this part is likely to contain new material that you might not be familiar with. It is expected that you'll read the Node.js documentation, do web searches, and come to office hours if you're stuck. In the real world, programmers often have to learn topics quickly in a just-in-time manner to solve problems they encounter. This is good practice! If you get stuck, come to office hours or open an issue in the [discussion](https://github.com/stanford-web-security/discussion/issues) repository.
150+
149151
It's easiest if you switch into the `src/learnyounode` folder and do your work in there. Here's an example:
150152

151153
```bash

0 commit comments

Comments
 (0)