Qtr No. 213, New Town Yehlanka Indore 454775
Consider the below-mentioned code snippet. What will be the output of the following code snippet?
async function getData() {
await Promise.reject("Error occurred");
return "Data";
}
getData()
.then(console.log)
.catch(console.error);
"Error occurred"
"Data"
Promise {<rejected>}
Promise {<resolved>: "Data"}
To get all Infosys Certified JavaScript Developer Exam questions Join Group https://bit.ly/infy_premium_group
We're passionate about offering best placement materials and courses!! A one stop place for Placement Materials. We daily post Offcampus updates and Placement Materials.
Qtr No. 213, New Town Yehlanka Indore 454775
admin@prepflix.in