fix(has-city): remove backslash that causes unexpected markdown render behaviour

This commit is contained in:
nprimo 2024-07-19 12:16:39 +01:00 committed by Niccolò Primo
parent 87b526be74
commit 6a28cbea5a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions
Create a function `hasCity` that takes a string called `country` and an array of strings, which are cities of that country, which returns a new function. \
Create a function `hasCity` that takes a string called `country` and an array of strings, which are cities of that country, which returns a new function.
The new function takes a string, called `city`, as a parameter and which determines
whether the array contains that string or not.