Will negate any boolean or truthy or falsy value.
Example:
not(true) // produces: falsenot(false) // produces: true Copy
not(true) // produces: falsenot(false) // produces: true
Will negate any boolean or truthy or falsy value.
Example: