Which of the following is a built-in module in Node.js?
A) assert
B) mysql
C) redis
D) mongoose
Answer: A
Explanation: Assert is a built-in module in Node.js that provides a set of assertion functions for writing unit tests.