For example If I want to find out whether the value "London" is attached to the property 'city' or 'country' in object address how could I find that out?
const address= { city: London, country: England, };