What is the heading's text after the code runs?

Science Dailyfirst.innerHTMLWiredsecond<html>
<body>
<h2 id="magazine">Wired</h2>
<p>Stories from the future</p>
<script>
var first = document.getElementById("magazine");
first.innerHTML = "Science Daily";
</script>
</body>
</html>]]>