JSFiddle - React, Tailwind, and code Playground

by gcjnst

JavaScript

function d {
try {
aslert(1);
} finally {
alert(2);
}
}