More Closures
Daily Standup
January 23, 2018
Back to the topic of closures, back to where I left off back in August.
Closure Exercises
We did a few exercises, for reference later:
// Write a function called specialMultiply which accepts two parameters. If the function is passed both parameters, it should return the product of the two. If the function is only passed one parameter - it should return a function which can later be passed another parameter to return the product. |
Up Next
Next section is all about objects.