Jul 24, 2024
node --version
.node app.js
.module.exports
to make variables/functions public.console
, setTimeout
, clearTimeout
, etc.on
to attach a listener to an event and emit
to raise an event.createServer()
to create an HTTP server and define request handling logic.