Code the opening
script
tag.
<html>
<body>
<h1>The New York Times</h1>
<h2>Membership</h2>
<script>
var discountType = "student";
</script>
</body>
</html>]]>
Make sure to type
<script>
.