Open In App

Web technologies Questions | Node.js Quiz | Set-1 | Question 3

Like Article
Like
Save
Share
Report

Which of the below modules is not a built-in module in Node.js ?
(A) zlib
(B) HTTPS
(C) dgram
(D) fsread


Answer: (D)

Explanation: The fsread modules is not a built-in node module in Node.js. Reading and writing are performed in all of the applications. Node.js has many inbuild modules to perform read and write the application.fs package contains the function required in file operations.

Quiz of this Question
Please comment below if you find anything wrong in the above post


Last Updated : 30 Sep, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads