ETG_July

123456789101112131415
Across
  1. 4. Attribute of Package.json?
  2. 7. Break callbacks into independent functions
  3. 9. This is a node.js middleware for handling multipart/form-data
  4. 11. What callbacks are used to pass errors and data?
  5. 12. Which is the framework that is most commonly used in Node.js?
  6. 14. which object is used to print information on stdout and stderr.
  7. 15. which is a task runner which uses node.js to automate and enhance the workflow
Down
  1. 1. It represents a computer environment like a window console or unix/linux shell where a command is entered and system responds with an output.
  2. 2. Which module is required for exception handling in Node?
  3. 3. What refers to heavily nested callbacks that have become unreadable ?
  4. 5. In which programming, the program flow is characterized by events such as messages from other programs?
  5. 6. What is the command that is used in node.js to import external libraries?
  6. 8. A kind of an array of integers and corresponds to a raw memory allocation outside the V8 heapand cannot be resized.
  7. 10. Tools can be used to assure consistent style?
  8. 13. functions/programs that simulate the behaviours of components/modules.