Web technologies Questions | Node.js Quiz | Set-2 | Question 15
Which below method in Node.js is used to create a new Deflate object ?
(A) zlib.createDeflate()
(B) zlib.createGunzip()
(C) zlib.createUnzip()
(D) zlib.createZip()
Answer: (A)
Explanation: The zlib.createDeflate() is a method in Node.js that comes under the Zlib It creates a new deflate object It takes a single parameter.
Quiz of this Question
Please comment below if you find anything wrong in the above post