Skip to content

Commit 0e7a07e

Browse files
committed
Update NodeJS.md
1 parent 3913ffb commit 0e7a07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeJS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
1. What are the benefits and or drawbacks of using the express framework with NodeJS?
44
2. Explain the development/production package dependencies used by the Node Package Manager (NPM) install command.
5-
--save vs --save-dev in package.json
5+
- --save vs --save-dev in package.json
66
3. How does NodeJS handle child processes?
77
- Doesn't have to, it's single threaded (there are advanced ways to use more processes though)
88
4. What is the core/community established convention for a Node callbacks first parameter?

0 commit comments

Comments
 (0)