Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created October 26, 2019 10:23
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 jasongorman/b95414f69fd1b23eeed2606d3e39d624 to your computer and use it in GitHub Desktop.
Save jasongorman/b95414f69fd1b23eeed2606d3e39d624 to your computer and use it in GitHub Desktop.
const output = generateList().map(
(number) => fizz(buzz(fizzBuzz(number))))
console.log(output.toString());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment