$not
The$not operator negates the boolean value of a single expression.
Input
- A single expression to evaluate
Output
trueif the expression evaluates to a falsy valuefalseif the expression evaluates to a truthy value
Examples
Negating True
false
Negating False
true
Negating Expression Result
true if the status is NOT “active”, otherwise false
