0 votes
in NodeJS Essentials by

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

A) JSDoc

B) ESDoc

C) Docco

D) all of the above

1 Answer

0 votes
by

Answer: D

Explanation: JSDoc, ESDoc, and Docco are all used to create documentation in Node.js.

...