Last active
July 6, 2017 07:17
-
-
Save SebSept/9f37f3cce8ae238666f05bcade0a53fe to your computer and use it in GitHub Desktop.
javascript playground
This file contains hidden or 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
<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