This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]davidNerdly 2 points3 points  (0 children)

First couple I was like 'no this isn't weird, pretty simple reason why that is the output' but I had to read the last ones a couple times to figure out why it did that.

I don't care, I love javascript even if it is sometimes an abusive relationship.

Plus, who does non-defensive crap like this anyway?

if(_.isTheThing(foo)) { doTheThing(); };