File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ This is one example of how ES6 can help us write cleaner code. I'm adding this a
45
45
[ Video] ( [https://www.youtube.com/watch?v=J85lRtO_yjY )
46
46
47
47
### 2. NodeJS Process:
48
- Don't have to remember everything in this video, just a nice outline
49
- [ Egghead video tutorial] ( https://egghead.io/lessons/node-js-the-node-js-process-object )
48
+ Don't have to remember everything in this video, just a nice outline
49
+ [ Egghead video tutorial] ( https://egghead.io/lessons/node-js-the-node-js-process-object )
50
50
Only read the part about "process.argv"
51
51
[ Node.JS docs - process.argv] ( https://nodejs.org/docs/latest/api/process.html#process_process_argv )
52
52
@@ -59,4 +59,4 @@ Only read the part about readFile, appendFile (you will need this in your assign
59
59
Read parts:
60
60
- 3.1, 3.2
61
61
- 4.1, 4.3
62
- [ Airpair tutorial] ( https://www.airpair.com/javascript/node-js-tutorial#3-node-fundamentals )
62
+ [ Airpair tutorial] ( https://www.airpair.com/javascript/node-js-tutorial#3-node-fundamentals )
You can’t perform that action at this time.
0 commit comments