This is the syntax used in traditional programming grammars such as Visual Basic and SQL.
In the context of this filter syntax demo, traditional expression syntax is the same as JavaScript expression syntax except with the following (optional) operator substitutions:
JavaScript Operator | Traditional Operator |
---|---|
&& | and |
|| | or |
! | not |
=== | = |
!== | <> |