Array Coercion
[] == ![]; // true
Technically, empty array is falsey, just like a negated array. But thats not entirely obvious!
[] == ![]; // true
Technically, empty array is falsey, just like a negated array. But thats not entirely obvious!