If you put these expressions in your condition (Or somehow the condition equals to one of these), you will get false
in JavaScript:
- false
- undefined
- null
- 0
- ""
- NaN
If you put these expressions in your condition (Or somehow the condition equals to one of these), you will get false
in JavaScript: