Skip to content

Instantly share code, notes, and snippets.

@m3g4p0p
Created March 31, 2019 08:37
Show Gist options
  • Save m3g4p0p/c391e0ce475e2aef19ebd39710cbbf5a to your computer and use it in GitHub Desktop.
Save m3g4p0p/c391e0ce475e2aef19ebd39710cbbf5a to your computer and use it in GitHub Desktop.
const $ = (selector, context = document) => context.querySelector(selector)
const $$ = (selector, context = document) => context.querySelectorAll(selector)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment