-
What do Node and browser JS have in common? What is different?
-
What does a typical Node callback have for parameters?
-
How do you incorporate code from one JS file into another JS file with Node?
-
What is NPM? How does it work?
-
What does installing a dependency globally do?
-
Write the code to start a basic HTTP server in Node. What are other common modules you might include?
-
What are the strengths of Node compared to other programming languages?
-
What are environment variables?