This problem involves applying your understanding of the JavaScript rest syntax and bind function.
We have to implement our own bind function. To do that, we need to know what the bind function does. It returns a new function that wraps the original function. It has its ...