Skip to content

Instantly share code, notes, and snippets.

@pbzona
Created March 24, 2021 20:12
Show Gist options
  • Save pbzona/0f7ca617031314f6697082665dd4c57e to your computer and use it in GitHub Desktop.
Save pbzona/0f7ca617031314f6697082665dd4c57e to your computer and use it in GitHub Desktop.
horrible
clone() {
return Object.assign(Object.create(Object.getPrototypeOf(this)), this)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment