length
减少 length 属性的值的副作用是删除 自己的 数组元素,这些元素的数组索引位于新旧长度值之间。
clothes.length = 0
clothes
clothes[0]
undefined