mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
905e7d5a5c
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> Co-authored-by: DanielRosa74 <58576743+DanielRosa74@users.noreply.github.com>
51 lines
810 B
Markdown
51 lines
810 B
Markdown
---
|
|
id: 657dcf46fdf3f37766568bed
|
|
title: Task 117
|
|
challengeType: 19
|
|
dashedName: task-117
|
|
---
|
|
|
|
# --description--
|
|
|
|
`There are` is used when talking about the existence of multiple things or places in a particular location.
|
|
|
|
For example: `There are many programming languages in the market`.
|
|
|
|
# --questions--
|
|
|
|
## --text--
|
|
|
|
What phrase does Maria use to indicate the existence of multiple parks near here?
|
|
|
|
## --answers--
|
|
|
|
`There is a park.`
|
|
|
|
### --feedback--
|
|
|
|
`There is` is used for singular nouns, not plural.
|
|
|
|
---
|
|
|
|
`They are parks.`
|
|
|
|
### --feedback--
|
|
|
|
While `they are` is correct, it's not the phrase used in this context.
|
|
|
|
---
|
|
|
|
`There are a park.`
|
|
|
|
### --feedback--
|
|
|
|
`There are` is the correct phrase for indicating the existence of multiple parks near here.
|
|
|
|
---
|
|
|
|
`There are parks.`
|
|
|
|
## --video-solution--
|
|
|
|
4
|