Skip to content

Instantly share code, notes, and snippets.

@AlphaT7
Created March 20, 2018 07:41
Show Gist options
  • Save AlphaT7/c1f6664cec53bf125b10476b59db3e5c to your computer and use it in GitHub Desktop.
Save AlphaT7/c1f6664cec53bf125b10476b59db3e5c to your computer and use it in GitHub Desktop.
jQuery-like .querySelector Shortcut
const $ = (q) => {return document.querySelector(q);}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment