I have a variable that I past to a function called comment_test that will sometimes be 0, but it fails because I guess it reads it as false. I get the error 'ReferenceError: Can't find variable: count'.
But, I need to know if the variable is indeed 0 (and not 1, 2, 3, etc). The function works fine with any positive number. How is this achieved or what am I doing wrong? I can't seem to find any info on this.
var test = comment_test(0, true);

comment_test– Nix Jan 21 at 0:27comment_test? Are we supposed to figure that out to help you? Do we get double the rep from upvotes if we do? – Explosion Pills Jan 21 at 0:29