in NodeJS Essentials by

Which of the following is used to create debugging tools in Node.js?

A) Node.js Inspector

B) ndb

C) Visual Studio Code Debugger

D) all of the above

1 Answer

0 votes
by

Answer: D

Explanation: Node.js Inspector, ndb, and Visual Studio Code Debugger are all used to create debugging tools in Node.js.

...