Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 279 Bytes

File metadata and controls

16 lines (14 loc) · 279 Bytes

Practice Problem 52: Access Object values

let data = {
    location:[
        {
            latitude: '34.5, 37.8',
            longitude:'98.77, 58.7',
            city: 'Hyderabad',
            country: 'India',
        }
    ]
};

Console the value of city