const address = { street: 'Street 11', city : 'ISD', country : 'PK' } const {street,city,country} =address; console.log(country);