Don't disagree, but for React users onClick={this.doStuff.bind(this)} is pretty common for newbies who just read it somewhere and don't know of the perf implications of bind.
But personally I prefer prototypal inheritance and the everything is an object mentality.
But personally I prefer prototypal inheritance and the everything is an object mentality.