const cityDetails = data.cityDetails; const weather = data.weather; // destructure properties const { cityDetails, weather } = data;
const cityDetails = data.cityDetails; const weather = data.weather; // destructure properties const { cityDetails, weather } = data;