Created
March 20, 2020 00:16
-
-
Save zeta-00/e6afa0ad6cf9d78d93c3b8f687746192 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<body> | |
<script type="text/javascript"> | |
<!-- | |
var age = 21; | |
if (age > 18) | |
{ | |
document.write("<b>old enough to drive</b>") | |
} | |
--> | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment