1/10
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
latest
what version explores cutting-edge but sometimes unstable features
long-term support
version where stability features are desired
404
the status code that corresponds to a resource not being found by the server
v8 javascript engine
this engine is run by node.js outside of the browser
node:http
complete the code that creates a simple web server in node.js:
import { createServer } from ‘———-’;
node index.js
what is the base command we use to run a node script from an index.js file?
node -v
the command that checks for the currently installed node version
create microservices
create a web server
integrate to iot devices
serve frontend code
what can you do with node.js
false
node comes with dom or window object
node package manager
what does the acronym npm mean
200
this status code corresponds to a successful response