Skip to content

Instantly share code, notes, and snippets.

@zeta-00
Created March 20, 2020 00:16
Show Gist options
  • Save zeta-00/e6afa0ad6cf9d78d93c3b8f687746192 to your computer and use it in GitHub Desktop.
Save zeta-00/e6afa0ad6cf9d78d93c3b8f687746192 to your computer and use it in GitHub Desktop.
<!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