Ctrl+C
to exit out.index.js
:git
command is an application we downloaded and installed on our computers, node index.js
is a program that we created, and will run on our computers just like anything else.node
into the command line again. We will be able to see this program running on the computer.node
and highlight the process. Type Ctrl+C
in the command line. The process in the Task Manager / Activity Monitor will disappear.Ctrl+C
to exit.process
Variablewindow
and document
.document
and window
in the console.window
click the triangle to see the keys inside this object. What are two keys that represent the state of the window or some data about the current page?process
.process
object.