Skip to content

Commit 513e75c

Browse files
committed
Create NodeJS.md
1 parent cb4b7b2 commit 513e75c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

NodeJS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)