0 votes
in NodeJS Essentials by

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

A) Grunt

B) Gulp

C) webpack

D) all of the above

1 Answer

0 votes
by

Answer: D

Explanation: Grunt, Gulp, and webpack are all used to create build tools in Node.js.

...