List of utility methods to do Boolean Toggle
Boolean.prototype.toggle = function() { return !this.valueOf(); };