Interesting, I didn't know about `[1] == true`, `[0] == false` family of equalities.<p>Edit: it seems more general, `42 == [42]` etc. holds.<p>Edit: more fun<p><pre><code> ([0])==false // true
!([0])==false // true</code></pre>