Created
November 17, 2019 03:12
-
-
Save jadehopepunk/3af302cd6f27ce29fe5c04754e1dfe0e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const steps = [ | |
stepOne, | |
stepTwo, | |
stepThree | |
] | |
const result = runSteps(steps) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment