const value = { ho: [1, 2] } const { ho: hey = [] } = value console.log(hey)