Function.prototype._bind = function (context, ...args) { let arg = args ? args : []; let _this = this; &n...