created by Brian LeRoux & Andrew Lunny. sparodically uncurated by David Trejo.

2010 11 15 i am myself but also not myself

Sometimes JavaScript has identity crisis:

var foo = [0];
console.log(foo == !foo);
console.log(foo == foo);

Is it time to have a "maybe" operator? :-P

--- @diogobaeder

Fork me on GitHub