I was just wrapping my head around this
var bindable = Function.bind.bind(Function.bind);
Now, I think the key to understanding this problem would be a scenario of how this is used. I can imagine its useful but I can't think of any example. Can someone provide me a usage example ?