JSFiddle - React, Tailwind, and code Playground
by brigand
JavaScript
function foo() {
try {
return 1
} finally {
console.log('finally')
}
}
by brigand
function foo() {
try {
return 1
} finally {
console.log('finally')
}
}