foundersandcoders / mc-waterfall-chaser

:droplet: ~~Don't~~ Go Chase[ing] Waterfalls :droplet:
1 stars 0 forks source link

Change naming of variables in Waterfall solution #2

Closed vlbee closed 6 years ago

vlbee commented 6 years ago

In the Waterfall fx solution README.md I have changed these variables so they are consistent with the challenge's README.md:

In the challenge the fx parameters are written like this: function waterfall(arg, tasks, cb) { In the solution the fx parameters are written like this: function waterfall(args, tasks, cb) {

I think this is unnecessarily confusing to changeup var names so modifying the solution:

args -> arg; arg-> newArg;