Udemy강의로 배우는 Node.js
- Section Intro: Node.js Module System
- Importing Node.js Core Modules
- Importing Your Own Files
- Importing npm Modules
- Printing in Color
- Global npm Moduels and nodemon
- Section Intro: File System and Command Line Args
- Getting Input from Users
- Argument Parsing with Yargs: Part 1
- Argument Parsing with Yargs: Part 2
- Storing Data with JSON
- Adding a Note
- Removing a Note
- E6 Aside: Arrow Functions
- Refactoring to Use Arrow Functions
- Listing Notes
- Reading a Note
- Section Intro:Debugging Node.js
- Debugging Node.js
- Error Messages