a repository for sharable interview questions you and/or your company use for JS Candidates.
- What are the benefits and or drawbacks of using the express framework with NodeJS?
- Explain the development/production package dependencies used by the Node Package Manager (NPM) install command.
- How does NodeJS handle child processes?
- What is the core/community established convention for a Node functions first parameter?
- What engine does NodeJS run on?
- Write an HTTP server with NodeJS, using only the http module.