You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It came to my mind because we have drive_direction Property 😛
I checked what are the values for countries and it looks like there are not much "unexpected" values that we would like to share. Mostly it is a range between 15 and 20 where most of the countries have 18 as a minimum driving age.
So for now I will close this ticket and we can reopen it if we are back to this topic.
Thanks for an input @bhatvikrant ✌️
After short introduction in #32 we decided to extend this package with
minimum_driving_age
Property:minimum_driving_age
Property is aNumber
that represents minimum age to drive a carAfter adding new property, each Country {Object} should contain:
Additionally there will be new method to use that data:
getCountriesByMinimumDrivingAge(minimumAge, isExact)
The text was updated successfully, but these errors were encountered: