Conditional

A conditional is a statement in the if-then form. Are used extensively in a form of logic called deductive reasoning.

📥 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.

Última actualización