Hi Guest 1 HomePage 1 Jobs 1 WalkIn 1Articles  

 :) Latest Topic
Node.js Tutorial
Parts of Node.js
Features of Node.js
Install Node.js Windows
Install Node.js Linux
Node.js First Example
Node.js Console
Node.js REPL
Node.js NPM
Node.js CL Options1
Node.js CL Option2
Node.js Globals
Node.js OS
Node.js Timer
Node.js Errors
Node.js DNS
Node.js Net
Node.js Crypto
Node.js TLS/SSL
Node.js Debugger
Node.js Process
Node.js Process Example
Node.js Process Example2
Node.js Child Process
Child Process EXEC
Child Process SPAWN
Child Process Fork
Node.js Buffers
Node.js Streams
Node.js Reading Stream
Node.js Writing Stream
Node.js Piping Stream
Node.js Chaining Streams
Node.js File System Part1
Node.js File System Part2
Node.js File System Part3
Node.js Path
Node.js StringDecoder
Node.js Query String
Node.js ZLIB
Node.js Assertion
Node.js V8
Node.js Callbacks
Node.js Events
Node.js Punycode
Node.js TTY
Node.js Web Module
Node.js Upload Files
Node.js Email Send
Node.js BuiltIn Modules
Node.js Assert Code
Node.js Assert Function
Node.js console.time()
 


  

 
Node.js Globals
Question Posted on 01 Feb 2024

Home >> Tutorial >> Node.js Tutorial >> Node.js Globals


Node.js Globals

Node.js Global Objects



When we say about the Global Objects in Node.js, global objects are global in nature and will available in all modules. ANd you don't need to include these objects in your application; rather they can be used directly. These objects are modules, functions, strings and object etc. Some of these objects aren't actually in the global scope but in the module scope.


A list of Node.js global objects are given below:
  • __dirname

  • __filename

  • Console

  • Process

  • Buffer

  • setImmediate(callback[, arg][, ...])

  • setInterval(callback, delay[, arg][, ...])

  • setTimeout(callback, delay[, arg][, ...])

  • clearImmediate(immediateObject)

  • clearInterval(intervalObject)

  • clearTimeout(timeoutObject)



Node.js ___dirname



This is a string. And this will specifies the name of the directory which is currently contains the code.

file: globalexample.js


console.log(_dirname);


open Node.js command prompt and run the below code:-


node glocalexample1.js




nodejs dirName


Node.js __filename



Well this will specifies the filename of the code being executed. This is the resolved absolute path of this code file. ANd the value inside a module is the path to that module file.

FIle: globalexample3.js


console.log(_filename);


Now open the node.js command prompt and then run the below code:


node globalexample.js




file name Nodejs


Node.js Console



To get more details pf console class you need to click on link. https://www.crackyourinterview.com/Tutorial-Node.js-Console.aspx

Node.js Buffer



To get more details pf console class you need to click on link. https://www.crackyourinterview.com/Tutorial-Node.js-Buffer.aspx

Node.js Timer Functions



To get more details pf console class you need to click on link. https://www.crackyourinterview.com/Tutorial-Node.js-Timer Functions.aspx





Other Important Questions
Parts of Node.js
Install Node.js Linux
Node.js First Example
Node.js Globals
Node.js DNS







 
Top Searches:asp net questions vb net questions sql query uddl questions class javascript Questions sharepoint interview questions and concept silverlight questions and concept wcf questions beans general knowledge ajax questions
PHP | Biztalk | Testing | SAP | HR |