Skip to content

Instantly share code, notes, and snippets.

@trodrigues
Created November 5, 2012 14:32
Show Gist options
  • Save trodrigues/4017473 to your computer and use it in GitHub Desktop.
Save trodrigues/4017473 to your computer and use it in GitHub Desktop.
function getProperty(){
for(var i in obj){
if(obj.hasOwnProperty(i)){
return i;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment