/ Published in: JavaScript
In JavaScript, there are 6 "falsy" values (values that evaluate to false):
false, null, undefined, 0, "" (the empty string), and NaN
Anything else evaluates to true.
false, null, undefined, 0, "" (the empty string), and NaN
Anything else evaluates to true.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//ver descripción