Global Objects in nodeJS
Basics
- Global Objects
- These objects are available in all modules
- The following variables may appear to be global but are not
- They exist only in the scope of modules
__dirname __filename exports module require()
Free Online Tutorial For Programmers, Contains a Solution For Question in Programming. Quizzes and Practice / Company / Test interview Questions.
__dirname __filename exports module require()