That the wrapping function (second example) is an arrow function or does not change anything here.
However, this wrapping function can be useful to prohibit passing arguments: in the first case, if callbackcalled with an argument, it will be assigned f. Not in the second case. An alternative would be to limit the number of transmitted arguments dosomething((a, b) => f(a, b));.
this: doSomething bind f this (callback.bind(whatever)). ( ) , f this ( ) doSomething.