January 2018
Beginner
658 pages
13h 10m
English
In this section, you will learn how to use require() to load in other files that you created inside your project. This will let you move functions outside app.js into more specific files; this will make your application easier to scale, test, and update. To get started, the first thing we'll do is to make a new file.
Read now
Unlock full access