Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset=UTF-8>
<script>
function evaluateException() {
try {
eval("throw new Error()");
} catch (e) {}
}
</script>
<!DOCTYPE html>
<meta charset=UTF-8>
<script>
function evaluateException() {
try {
eval("throw new Error()");
} catch (e) {}
}
</script>