> For the complete documentation index, see [llms.txt](https://guide-node-js.wishtack.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide-node-js.wishtack.io/node-js/global-objects.md).

# Global objects

Quelques global objects utiles :

* **process :** Informations et interactions avec le process actuel.
* **console :** Affichage d'informations sur la console.
* **module :** Référence vers le module actuel.
