Source code
Revision control
Copy as Markdown
Other Tools
function test() {
try {
test();
} catch {
/a/.test("a");
}
}
test();
function test() {
try {
test();
} catch {
/a/.test("a");
}
}
test();