Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 243 Bytes

fact-agg-boolean.rst

File metadata and controls

4 lines (4 loc) · 243 Bytes

In addition to the false boolean value, |boolean-exp| evaluates as false the following: null, 0, and undefined values. The |boolean-exp| evaluates all other values as true, including non-zero numeric values and arrays.