Intermediate Code Comments #inline-comments #todo #fixme

Writing Inline Comments

6 exercises — practise the WHY not WHAT rule, choosing the right marker (TODO/FIXME/HACK), and writing comments that give future developers the context they need.

0 / 6 completed
1 / 6
You have this line of code: `results = results.filter(x => x.status !== "deleted")` Which comment follows the "WHY not WHAT" rule?