Skip to content

Instantly share code, notes, and snippets.

@pgarciacamou
Last active August 29, 2015 14:19
Show Gist options
  • Save pgarciacamou/f6e723983d1a071f4411 to your computer and use it in GitHub Desktop.
Save pgarciacamou/f6e723983d1a071f4411 to your computer and use it in GitHub Desktop.
for in
for(var prop in id_list){
if(!id_list.hasOwnProperty(prop)) continue;
id_list[prop]["details"] = id_list[prop]["details"] || {};
id_list[prop]["details"]["isNovice"] = false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment