Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 527 Bytes

File metadata and controls

17 lines (9 loc) · 527 Bytes

Node Concepts

  1. What do Node and browser JS have in common? What is different?

  2. What does a typical Node callback have for parameters?

  3. How do you incorporate code from one JS file into another JS file with Node?

  4. What is NPM? How does it work?

  5. What does installing a dependency globally do?

  6. Write the code to start a basic HTTP server in Node. What are other common modules you might include?

  7. What are the strengths of Node compared to other programming languages?

  8. What are environment variables?