because it's easier than writing a function(?) e.g. ``` javascript ">3" "!4" ``` Alternatively, provide a framework of functions to do this: e.g. ``` javascript not(3) gteq(5) in(['valA','valB']) ```
because it's easier than writing a function(?)
e.g.
Alternatively, provide a framework of functions to do this:
e.g.