Dzyann
0
Q:

javascript require

// The require() method is used to load and cache JavaScript modules.
// So, if you want to load a local, relative JavaScript module into a Node.js application,
// you can simply use the require() method.

// Example:
var yourModule = require( "your_module_name" ); //.js file extension is optional
0

New to Communities?

Join the community