Skip to content

Instantly share code, notes, and snippets.

@bleroy
Created December 24, 2018 21:41
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 bleroy/9bbc15a274a728db7829243144d96a49 to your computer and use it in GitHub Desktop.
Save bleroy/9bbc15a274a728db7829243144d96a49 to your computer and use it in GitHub Desktop.
function setProperty(target, propertyName, value) {
target[propertyName] = value;
}
function getProperty(target, propertyName) {
return target[propertyName];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment