Your Ad Here

Posted By

goo on 01/10/12


Tagged

javascript false


Versions (?)

[JAVASCRIPT] Expresiones que son FALSE


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

  1. //ver descripción

Report this snippet  

You need to login to post a comment.