Skip to content

Instantly share code, notes, and snippets.

@SebSept
Last active July 6, 2017 07:17
Show Gist options
  • Save SebSept/9f37f3cce8ae238666f05bcade0a53fe to your computer and use it in GitHub Desktop.
Save SebSept/9f37f3cce8ae238666f05bcade0a53fe to your computer and use it in GitHub Desktop.
javascript playground
<html>
<head>
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", (event) => {
console.log('hello')
})
</script>
</head>
<body>
<button>Action !</button>
<input type="text">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment