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