What is the output?
•
<html>
•
<head><title>hello javascript</title></head>
•
<body>
•
<script >
•
document.write ("Hello,\n
World");
•
document.write ("Hello,<br/>2 the
World");
•
</script>
•
</body>
•
</html>
•