'xor' utility function - exclusive or
Returns true if exactly one of two values is truthy.
// value1 - first value to check // value2 - second value to check // { boolean } - true if exactly one input value is truthy, false if not
'xor' utility function - exclusive or
Returns true if exactly one of two values is truthy.
// value1 - first value to check // value2 - second value to check // { boolean } - true if exactly one input value is truthy, false if not