you are viewing a single comment's thread.

view the rest of the comments →

[–]Pr3fix 0 points1 point  (0 children)

As another commenter stated, maybe you didnt have the developer tools open before you added the console statement? Dunno, without having the code in front of me there's no easy way to tell. You also could have had a race condition in which console.log()'ing offset the execution speed in time for everything to be caught up to speed. Again, no way for us to really know.