Funny and helpful JavaScript tips - wtfjs

Last time I watched github’s trending repositories and found something really interesting:

What the f*ck JavaScript?

I’m personally EcmaScript6 fun, but I don’t know about lots of tips listed there.

My favorite tip is:

typeof NaN            // -> 'number'

:077:

And of course, cannot forget this ^.^

2 Likes