Source code

Revision control

Copy as Markdown

Other Tools

function foo() {
const b = "".match();
try {
foo();
} catch {}
}
foo()