Refer to the code below:

Which two statements correctly execute the runParallel() function? (Choose two.)
Select all that apply, then click Submit answer.
-
○
runParallel().then(data);
-
○
runParallel().done(function(data){ return data;
}); -
○
async runParallel().then(data);
-
○
runParallel().then(function(data){ return data;
});