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 @@ -32,8 +32,8 @@ This is one example of how ES6 can help us write cleaner code. I'm adding this a
32
32
[ Video] ( [https://www.youtube.com/watch?v=J85lRtO_yjY )
33
33
34
34
### 2. NodeJS Process:
35
- Don't have to remember everything in this video, just a nice outline
36
- [ Egghead video tutorial] ( https://egghead.io/lessons/node-js-the-node-js-process-object )
35
+ Don't have to remember everything in this video, just a nice outline
36
+ [ Egghead video tutorial] ( https://egghead.io/lessons/node-js-the-node-js-process-object )
37
37
Only read the part about "process.argv"
38
38
[ Node.JS docs - process.argv] ( https://nodejs.org/docs/latest/api/process.html#process_process_argv )
39
39
@@ -43,4 +43,4 @@ Only read the part about readFile, appendFile (you will need this in your assign
43
43
[ Node.JS docs - fs.appendFile] ( https://nodejs.org/api/fs.html#fs_fs_appendfile_file_data_options_callback )
44
44
45
45
### 4. Buffers in NodeJS
46
- [ Egghead video tutorial] ( https://egghead.io/lessons/node-js-node-js-buffers )
46
+ [ Egghead video tutorial] ( https://egghead.io/lessons/node-js-node-js-buffers )
You can’t perform that action at this time.
0 commit comments