diff --git a/subjects/has-city/README.md b/subjects/has-city/README.md index f579604d..7a77e44d 100644 --- a/subjects/has-city/README.md +++ b/subjects/has-city/README.md @@ -3,7 +3,8 @@ ### Instructions Create a function `hasCity` that given a country and an array of cities -of that country and it returns whether a city is part of that country or not. +of that country and it returns function with city parameter which returns +whether a city is part of that country or not. If it is, it should be returned ` is a city from `, otherwise -` is not a city from .` \ No newline at end of file +` is not a city from .`