Files
freeCodeCamp/curriculum/challenges/english/21-a2-english-for-developers/learn-conversation-starters-in-the-break-room/657b703d0cd20eb51c2fd239.md
T
2025-03-17 18:57:18 +00:00

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