Skip to content

Instantly share code, notes, and snippets.

@niyazpk
Created December 11, 2011 14:38
Show Gist options
  • Save niyazpk/1460907 to your computer and use it in GitHub Desktop.
Save niyazpk/1460907 to your computer and use it in GitHub Desktop.
// objects have a prototype attribute
Object.create(object, properties)
Object.getPrototypeOf(object) // you probably should not use this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment