Skip to content

Instantly share code, notes, and snippets.

@speedsticko
Last active December 28, 2015 05:59
Show Gist options
  • Save speedsticko/7453837 to your computer and use it in GitHub Desktop.
Save speedsticko/7453837 to your computer and use it in GitHub Desktop.
if('querySelector' in document && 'localStorage' in window && 'addEventListener' in window) {
}
document.getElementById('');
document.getElementsByTagName('');
document.getElementsByClassName('');
document.querySelectorAll('');
document.querySelector('');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment