Course · Section 10: A Closer Look at Functions · Lecture 141: The bind Method
Implement `partialGreet(greeting, names)` that fixes the greeting on a `greet(greeting, name)` function and maps it over `names`.
+ 1 hidden test run on Submit.
Partial application fixes the greeting so the mapped function only needs a name.
Run your code to see results.