Skip to content

Instantly share code, notes, and snippets.

@loujaybee
Created March 7, 2016 17:08
Show Gist options
  • Save loujaybee/7df1babc23aba4bf8597 to your computer and use it in GitHub Desktop.
Save loujaybee/7df1babc23aba4bf8597 to your computer and use it in GitHub Desktop.
var getObjectProperties = function(prop){
console.log('arturs stuff', object[prop]);
};
var object = {
"test": "something",
"somethingelse": "artur"
}
getObjectProperties("test");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment