Skip to content

Instantly share code, notes, and snippets.

@uchcode
Created June 11, 2018 12:35
Show Gist options
  • Select an option

  • Save uchcode/3468c6e3a7c2a8ce11429faef51979b3 to your computer and use it in GitHub Desktop.

Select an option

Save uchcode/3468c6e3a7c2a8ce11429faef51979b3 to your computer and use it in GitHub Desktop.
properties and methods
const propertynames = Object.keys(this)
const methodnames = Object.getOwnPropertyNames(Object.getPrototypeOf(this))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment