Skip to content

Instantly share code, notes, and snippets.

@fredericAerts
Created January 19, 2016 18:34
Show Gist options
  • Save fredericAerts/37a9f5f56793e288163f to your computer and use it in GitHub Desktop.
Save fredericAerts/37a9f5f56793e288163f to your computer and use it in GitHub Desktop.
web developer in 3 days - v5
window.document.addEventListener('DOMContentLoaded', function() {
window.alert('The DOM tree is now available to your code');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment