Here you can find the source of toggle()
Boolean.prototype.toggle = function() { return !this.valueOf(); };