CommonJS is the module system used in Node.js. It allows you to split your code into reusable modules.
require()
module.exports