Question: Is it possible to write tests in Node.js without an external library?

  1. yes, through the assert module
  2. yes, through the debugger module
  3. yes, through the console module
  4. no

Answer: The correct answer of the above question is Option A:yes, through the assert module