JavaScript mengikat ini ke fungsi anonim

aFunctionWithCallback(this.id, function(data) {
  console.log(this);
}.bind(this));
Stormy Seal