Created
July 22, 2018 16:55
-
-
Save ntnbst/a60b27b4e1607e4c4e53b1d322287a71 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 D = document | |
const $ = D.querySelector.bind(D) | |
const $$ = (selector, startNode = D) => [...startNode.querySelectorAll(selector)] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment