What's the value of the title variable?

<html>
<head>
  <script src="script.js"></script>
</head>
<body>
  <h1 id="title">Muffins</h1>
</body>
</html>
]]>
"Muffins""title"<h1>Muffins</h1><h1 id="title">Muffins</h1>

Make sure to pick "Muffins".