Friday, May 12, 2023

126: JS Challenge 7

 This challenge was about function composition. Given an array of functions, compose them all together and return a function with all the others nested within. I accomplished this by iterating through the array in reverse, and reassigning my variable to equal to the current function called on itself. 

No comments:

Post a Comment

190: Sablier

 The CodeHawks platform has an upcoming audit on the Sablier protocol, so I decided to read through the docs and familiarize myself with the...