Javascript – Trouble in iterating an object to set state
what i'm trying to do here is take the input and store it in the city state iterate through an object named citylist and set the selectedCity to the city if it exists in citylist else return not found import…