Conditional

π₯ Entry vars
- Value A: first input object with a value.
- Value B: second input object with a value.
- Operator ( == ) : equal to.
- Operator ( !=) : not equal to.
- Operator ( > ) : greater than.
- Operator ( >= ) : greater than or equal to.
- Operator ( < ) : less than.
- Operator ( <= ) : less than or equal to.
- Operator ( === ) : totally equal to.
- Operator ( !== ) : incompletely not equal to
****β Callbacks
- Is false: you can set functions after the conditional compare two values and the result is false.
- Is true: you can set functions after the conditional compare two values and the result is true.