Question: Is it possible to write tests in Node.js without an external library?
- yes, through the assert module
- yes, through the debugger module
- yes, through the console module
- no
Answer: The correct answer of the above question is Option A:yes, through the assert module