Skip to content

Instantly share code, notes, and snippets.

@finom
Created April 20, 2017 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save finom/9697f44a1be1b091e689c461638a6dd3 to your computer and use it in GitHub Desktop.
Save finom/9697f44a1be1b091e689c461638a6dd3 to your computer and use it in GitHub Desktop.
DOM-ready in 81 ASCII chars; can you do smaller?
r=(f,d=document)=>d.readyState[0]=='l'?d.addEventListener('DOMContentLoad',f):f()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment