JavaScript Boolean Expression Simplifier
a, b
- arguments
(!a || !b) && (a || !b) && (a || b)
Simplify