Skip to content

Instantly share code, notes, and snippets.

@JesterXL
Created July 26, 2018 15:27
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 JesterXL/4bf13679caa9fbd75ded761e64c33a1b to your computer and use it in GitHub Desktop.
Save JesterXL/4bf13679caa9fbd75ded761e64c33a1b to your computer and use it in GitHub Desktop.
const parseHumans = jsonString =>
formatNames(
filterHumans(
listToPeople(
JSON.parse(jsonString)
)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment