Summing arrays calls `.toString()` on them, and two empty string gives you a new empty string.
[].toString() === '' [] + [] === '' + '' === ''