<@U5TNEF7FW> It's just using the Not operator twic...
# suitescript
t
@karlenigma It's just using the Not operator twice. It's useful to convert truthy or falsey values to a boolean. Values like undefined will become false, etc.
👍 1