Skip to content

Instantly share code, notes, and snippets.

@osahyoun
Last active December 15, 2015 04:49
Show Gist options
  • Save osahyoun/5203979 to your computer and use it in GitHub Desktop.
Save osahyoun/5203979 to your computer and use it in GitHub Desktop.
var thing; // thing has global scope now.
$(document).ready(function(){
thing = "AGGGFSDGS";}
});
@Scriptie
Copy link

I owe you 6 minutes of your life back

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment