You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//require CASHES THINGS so whenever it is called subsequently EVEN FROM A DIFFERENT FILE, a reference to the origional object set to module.exports is returned
var greet3b = require('./greet3');
greet3b.greet();
// returning a Constructor function instead of a new object made by the constructor function is a way around the above limitation