0 votes
in NodeJS Essentials by

Which of the following is a built-in module in Node.js?

A) assert

B) mysql

C) redis

D) mongoose

1 Answer

0 votes
by

Answer: A

Explanation: Assert is a built-in module in Node.js that provides a set of assertion functions for writing unit tests.

...