Skip to content

Instantly share code, notes, and snippets.

@dubzzz
Created July 2, 2020 18:03
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 dubzzz/07bf24c7dea0940181c60ccd7f857832 to your computer and use it in GitHub Desktop.
Save dubzzz/07bf24c7dea0940181c60ccd7f857832 to your computer and use it in GitHub Desktop.
miniFc.character = () => map(
miniFc.integer(0, 25),
n => String.fromCharCode(97 + n)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment