Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 207 Bytes

commandLineCommands.md

File metadata and controls

5 lines (3 loc) · 207 Bytes

Command line commands [WIP]

When using JavaScript in the browser, we have access to global variables like window and document.

In Node.js, window becomes global and document becomes process.