53063593e3
Final
4 lines
93 B
HTML
4 lines
93 B
HTML
<script>
|
|
month = "July"
|
|
if (month == "October") document.write("It's the fall")
|
|
</script> |