We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4b7b2 commit 513e75cCopy full SHA for 513e75c
NodeJS.md
@@ -0,0 +1,8 @@
1
+# NodeJS Interview Questions: Jordan
2
+
3
+1. What are the benefits and or drawbacks of using the express framework with NodeJS?
4
+2. Explain the development/production package dependencies used by the Node Package Manager (NPM) install command.
5
+3. How does NodeJS handle child processes?
6
+4. What is the core/community established convention for a Node functions first parameter?
7
+5. What engine does NodeJS run on?
8
+6. Write an HTTP server with NodeJS, using only the http module.
0 commit comments