Name: Anonymous 2012-01-20 3:53
If you think Perl is ugly, you don't know how to use it.
Discuss.
Discuss.
(function(){
...
})()
this
, with no way to tell what this
an already bound function has, truly elegant
" -0000 \n\t\r " == false // true
1 == "00001" // true
[1] == "00001" // false
[1] == "1" // true
[1] == 1 // true
[1] == [1] // false
null == undefined // true
[[], undefined, null] == ",," // true
var a = [0]
a == a // true
a == !a // true