标签: javascript arrays object
let { length } = "hello app" console.log(length) //=> 9
为什么console.log的输出为9(看起来像字符串的长度)?其实我不明白第一行的语法。