JSFiddle - React, Tailwind, and code Playground
by Abdul Ahmad
JavaScript
async function x() {
await console.log('x');
}
console.log('Start');
x();
console.log('End');
by Abdul Ahmad
async function x() {
await console.log('x');
}
console.log('Start');
x();
console.log('End');