Lessons: 16Length: 2.2 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.3 What's a Module?

How do modules work in Node? How does this: require('something')end up with the code you want working across all of your files? We'll take a look at how easy it is to break your code into nice, neatly-packaged modules.