January 2018
Beginner
658 pages
13h 10m
English
Now, to kick things off, the first thing I will do is to use console.log to print Starting app, as shown in the following code:
console.log('Starting app');
After we call the console.log starting app, we'll load in a built-in module using require().
To view Node.js API docs, go to nodejs.org/api. When you go to this URL, you'll be greeted ...