Node.js
For this lesson, you must have Node.js installed. We will write our codes in
Standar I/O
We can use process to print something on the terminal, like console.log.
Core modules
These are the modules comes preinstalled with node.js like the path module we
File system
File list
Callbacks
As we have seen we are using many asynchronous functions. These functions can
Module Exports
We can structure our codes with modular approach. We write our libraries in