| The default task representation in gulp will be like _________.
choose the correct option from below list
(1)gulp.call('default',function(){ 'default'});
(2)gulp.task('default',function(){ });
(3)gulp.call('default',function(){ 'd',void});
(4)gulp.call('default',function(){ 'd',null});
Answer:-(2)gulp.task('default',function(){ }); | | |