Hi,
I am a beginner, I have the following code, how can I find the error in this part of javascript?
Can I use Theseus? If so, how?
Thank you!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
<html>
<head>
<title>Hexadecimal Numbers</title>
<script type="text/javascript">
var x = 42;
var y = "42";
if (x === y) {
alert("x is equal to y with a string test.")
}
ele {
alert("x is not equal to y")
}
</script>
</head>
<body>
<p id="dateField"> </p>
<script type="text/javascript">
</script>
</body>
</html>