0 votes
in NodeJS Essentials by

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

A) npm scripts

B) Gulp

C) Grunt

D) all of the above

1 Answer

0 votes
by

Answer: D

Explanation: npm scripts, Gulp, and Grunt are all used to create task runners in Node.js.

...