JSFiddle - React, Tailwind, and code Playground
by emilcieslar
JavaScript
try {
throw 'whatever';
} catch (e) {
alert(e);
return;
}
alert('what?');
by emilcieslar
try {
throw 'whatever';
} catch (e) {
alert(e);
return;
}
alert('what?');