Open In App

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

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

Article Tags :