Skip to content

Instantly share code, notes, and snippets.

@kldkv
Created November 27, 2019 09:25
Show Gist options
  • Save kldkv/ad1a53ab2fc47d7ae23b04f88e45c042 to your computer and use it in GitHub Desktop.
Save kldkv/ad1a53ab2fc47d7ae23b04f88e45c042 to your computer and use it in GitHub Desktop.
const computedName = '--> my function name <--'
const fn = ({
[computedName](){ throw new Error() }
})[computedName]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment