Function Bind

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 ...