Source code
Revision control
Copy as Markdown
Other Tools
<html>
<head>
</head>
<body">
<script>
var result;
try {
x == undefined;
} catch (e) {
result = true;
}
</script>
</body>
</html>
<html>
<head>
</head>
<body">
<script>
var result;
try {
x == undefined;
} catch (e) {
result = true;
}
</script>
</body>
</html>