Created
July 1, 2024 14:34
-
-
Save gavingmiller/d72b39c218a78ca344b40e489d097877 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
sT(f,m) => window.setTimeout(f,m) | |
gE(e) => document.getElementById(e) | |
iH(e,h) => document.getElementById(e).innerHTML = h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment