Predict the output.
function f() { return this.v } const a = { v: 1 } const b = { v: 2 } console.log(f.bind(a).bind(b)())