Created
March 31, 2019 08:37
-
-
Save m3g4p0p/c391e0ce475e2aef19ebd39710cbbf5a to your computer and use it in GitHub Desktop.
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
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