Function Bind
We'll cover the following...
Function Bind
Instructions
Implement Function.prototype.bind().
Input: Function, [additional parameters]
Output: Function
Hints
Before attempting this, you may want to read up on:
We’ll call our function ...