JSFiddle - React, Tailwind, and code Playground
by Sahin Deniz
JavaScript
let a = async () => {
try {
throw 1;
} catch (e) {
throw 2;
}
}
console.log(a());
by Sahin Deniz
let a = async () => {
try {
throw 1;
} catch (e) {
throw 2;
}
}
console.log(a());