Open In App

Crossword Puzzle Of The Week #24 (for Node JS)

Last Updated : 23 Jun, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

In this issue of Crossword Puzzle of the Week, we will dive into the topic of Node JS. The solution to the crossword puzzle is provided at the end.

Crossword-puzzle-24.png

HINTS:

ACROSS:

1. _____ is a node module used to do name resolution facility provided by the operating system and used to do an actual DNS lookup.
2. HTTP, fs and path are types of _____ modules.
3. Express is a routing and _____ web framework that has minimal functionality of its own.
4. _____ provides a way to re-use code in your Node application.
5. _____ are designed to handle binary raw data.

DOWN:

6.  _____ manages all the packages and modules for Node.js and consists of command line client.
7. Node.js _____ module is a global object that provides a simple debugging console similar to JavaScript to display different levels of message/
8. NodeJS is an open-source and cross-platform _____ environment built on Chrome’s V8 JavaScript engine for executing JavaScript code outside of a browser.
9. The _____ module provides utilities for resolution and parsing.
10. _____ module in Node.js provides a bunch of facilities that are useful for the assertion of the function. 

Solution for Crossword Puzzle #24:

Crossword-puzzle-24-Solved.png

ANSWERS:

ACROSS:

1. DNS

2. CORE

3. MIDDLEWARE

4. NODE MODULES

5. BUFFERS

DOWN:

6. NPM

7. CONSOLE

8. RUNTIME

9. URL

10. ASSERT


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads