Files
RobinNixon 53063593e3 Final
Final
2020-12-10 13:51:13 +00:00

4 lines
93 B
HTML

<script>
month = "July"
if (month == "October") document.write("It's the fall")
</script>