Skip to content

Instantly share code, notes, and snippets.

@zeta-00
Created March 20, 2020 00:16
<!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