Falsey

Pronunciation: /ˈfælseɪ/

Falsey (adj)

  1. In programming, describes a value that counts as false when a condition is checked.
  2. Used for values that may not be the literal false, but still make tests fail in code.

Falsey (adjective)

Examples

  • The value is falsey, so the condition behaves like false.
  • If the input is falsey, the program skips the next step.