Returns true if any argument is truthy, false otherwise.
true
false
Accepts any number of arguments.
or(false, false, true) → true or(false, false, false) → false or(active, override) → true (when either is true)