Why are the functions in my for loop never being called? http://pastebin.com/bAkLZpT9
@firebellys I'm confused at this point, b/c console will say length = 0, but functions are still not being called. Odd.
-
-
@DaveVoyles doesn't === and == do weird stuff with object types? Is length 0 or "0" or Null? -
@firebellys == and === is odd in JS: == means it could be the string 'zero', null, OR 0. === means it MUST be 0, and ONLY 0 - Show replies
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.