+1 vote
in JAVA by
The default task representation in gulp is _________.

gulp.call('default',function(){ 'd',void});

gulp.call('default',function(){ 'default'});

gulp.task('default',function(){ });

gulp.call('default',function(){ 'd',null});

1 Answer

0 votes
by
gulp.task('default',function(){ });

Related questions

0 votes
asked Feb 15, 2020 in JAVA by rahuljain1
0 votes
asked Feb 25, 2020 in JAVA by miceperry
...