Web technologies Questions | Node.js Quiz | Set-3 | Question 9
Which property is used to yields an object listing Zlib-related constants ?
(A) zlib.constants()
(B) zlib.createBrotliDecompress()
(C) zlib.createUnzip()
(D) zlib.createBrotliCompress()
Answer: (A)
Explanation: The zlib.constants property is used to yields an object listing Zlib-related constants. It returns all the Zlib-related constants.
Quiz of this Question
Please comment below if you find anything wrong in the above post