Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created June 5, 2018 07:30
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 debugmodedotnet/d315f64d0e8b67802e4b850d4bfadd38 to your computer and use it in GitHub Desktop.
Save debugmodedotnet/d315f64d0e8b67802e4b850d4bfadd38 to your computer and use it in GitHub Desktop.
var animal = {
canRun: true
}
var cat = {
name: 'foo',
age: 9
}
cat.__proto__ = animal;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment