File size: 77 Bytes
1e92f2d
 
 
1
2
3
4
const value = { ho: [1, 2] }
const { ho: hey = [] } = value
console.log(hey)