Skip to content

Instantly share code, notes, and snippets.

@amejiarosario
Created January 11, 2020 00:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amejiarosario/b7681b0974cc72a4135eddaf2ae14a2f to your computer and use it in GitHub Desktop.
Save amejiarosario/b7681b0974cc72a4135eddaf2ae14a2f to your computer and use it in GitHub Desktop.
powerset('') // => ['']
powerset('a') // => ['', 'a']
powerset('ab') // => ['', 'a', 'b', 'ab']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment