1. NodeJS is a
2. What is the command to save a dependency x to package.json
3. Where do you search for a npm module
4. What does tilde do in package.json
5. REPL stands for
6. What is the output of following code? console.log(1);setTimeout(function(){console.log(2)},0);console.log(3)
7. How can you avoid devDependencies
8. MochaJS should be part of
9. NodeJS supports
10. How do you invoke middleware in a NodeJS application?