Skip to content

Instantly share code, notes, and snippets.

@rafaeltedesco
Created March 3, 2023 12:44
Show Gist options
  • Select an option

  • Save rafaeltedesco/84cfdbb8564c1207d11e00d675b69994 to your computer and use it in GitHub Desktop.

Select an option

Save rafaeltedesco/84cfdbb8564c1207d11e00d675b69994 to your computer and use it in GitHub Desktop.
Show all methods from a Prototype
// Where String.prototype could be replaced
Object.getOwnPropertyNames(String.prototype)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment