Javascript: ++[[]][+[]]+[+[]] = 10 === "10"

The expression ++[[]][+[]]+[+[]]  equals "10" in Javascript. Read the answer in this stackoverflow question to understand why.