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>
768 B
768 B
id, title, challengeType, dashedName
| id | title | challengeType | dashedName |
|---|---|---|---|
| 657b703d0cd20eb51c2fd239 | Task 27 | 19 | task-27 |
--description--
Let's practice creating negative sentences with an auxiliary verb.
--questions--
--text--
Choose the sentence that correctly uses don't to express what someone does not do.
--answers--
I don't coding on weekends.
--feedback--
Incorrect: coding should be in the base form code when used with don't.
I don't code on weekends.
I don't codes on weekends.
--feedback--
The verb should not have an s at the end when used with don't.
I does not code on weekends.
--feedback--
does not is used with third-person singular subjects (he, she, it); with I, it should be don't.
--video-solution--
2