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 3913ffb commit 0e7a07eCopy full SHA for 0e7a07e
NodeJS.md
@@ -2,7 +2,7 @@
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
- --save vs --save-dev in package.json
+ - --save vs --save-dev in package.json
6
3. How does NodeJS handle child processes?
7
- Doesn't have to, it's single threaded (there are advanced ways to use more processes though)
8
4. What is the core/community established convention for a Node callbacks first parameter?
0 commit comments