Skip to content

Instantly share code, notes, and snippets.

@egrueter-dev
Last active February 28, 2017 02:07
Show Gist options
  • Save egrueter-dev/ec034cf3ef29bf848e19ac422c5e99dd to your computer and use it in GitHub Desktop.
Save egrueter-dev/ec034cf3ef29bf848e19ac422c5e99dd to your computer and use it in GitHub Desktop.
Protoypal Inhertiance 1
const obj = function() {};
obj.prop = 'object\'s property';
console.log(obj.prop);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment