💰 Motivation Users will be able to reset their `geolocation` or reset the form for `City/State` 📐 Plan Create two different `p` elements that will listen to a click, this will either reset `form` or get the `users` current location again. - [ ] Create a `p` element that will will have an `event handler` for `clicks` - [ ] create a `method` that will be used for `onClick`. For now, make it `console.log` - [ ] For `geolocation`, let the element rerun the function to get `restaurants` using their `geolocation`. - [ ] for `City/State`, `onClick` let it reset the form for the `user` to be able to fill it out with a new `City/State`
💰 Motivation
Users will be able to reset their
geolocationor reset the form forCity/State📐 Plan
Create two different
pelements that will listen to a click, this will either resetformor get theuserscurrent location again.pelement that will will have anevent handlerforclicksmethodthat will be used foronClick. For now, make itconsole.loggeolocation, let the element rerun the function to getrestaurantsusing theirgeolocation.City/State,onClicklet it reset the form for theuserto be able to fill it out with a newCity/State