1 article has "javacript" tag
- 1
Truthy and falsy values in JavaScript
Read moreTruthy values are considered as
true
and falsy values are considered asfalse
in Boolean contexts for example in conditionals and logical operators.
Truthy values are considered as true
and falsy values are considered as false
in Boolean contexts for example in conditionals and logical operators.