0 votes
in NodeJS Essentials by

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

A) Prettier

B) Standard

C) ESLint

D) all of the above

1 Answer

0 votes
by

Answer: D

Explanation: Prettier, Standard, and ESLint are all used to create code formatters in Node.js.

...