Skip to content

Instantly share code, notes, and snippets.

@egrueter-dev
Last active February 28, 2017 02:07
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