process (global)

PHOTO EMBED

Mon Jun 20 2022 14:03:05 GMT+0000 (Coordinated Universal Time)

Saved by @mehran1801

Like the Browser, Node.js comes with some practical globals for us to use in our applications.


A swiss army knife global. An Object that contains all the context you need about the current program being executed. Things from env vars, to what machine you're on.

It's the object where everything about the environment is stored. So, you'll see what platform you are on , the version of Node... different internal things.

One of the most important thing you will see will be environment variables
content_copyCOPY