([]).length // 0

({}).length // undefined

([] + {}).length //15

({} + {}).length //30

具体解释见此

 

相关文章: