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