not(obj)
Return true if obj is false, false otherwise.
true
obj
false
not(true) // false not(false) // true not(4 < 5) // false
Core Module Index | Contents