Back to Freecodecamp

Task 61

curriculum/challenges/english/blocks/learn-how-to-help-a-coworker-troubleshoot-on-github/68592d9757c73a1e6c1cfa77.md

latest1.2 KB
Original Source
<!-- REVIEW -->

--description--

This is a review of the entire dialogue you just studied.

--instructions--

Write the following words or phrases in the correct spot:

fixed, reference, document, configuration, and debugging.

--fillInTheBlank--

--sentence--

Maria: Hey, Tom. I saw that you BLANK the issue on GitHub. Great job!

Tom: Thanks, Maria. I was BLANK it when I realized that it was a simple BLANK error in the code.

Maria: That's good to hear. I was worried it might be something more complicated.

Tom: It happens to all of us, Maria. I'll make sure to BLANK this for future BLANK so we won't run into the same problem again.

Maria: That's an excellent idea!

--blanks--

fixed

--feedback--

This means a problem or bug has been solved.


debugging

--feedback--

Finding and fixing mistakes in your code.


configuration

--feedback--

The settings that control how software or a system works.


document

--feedback--

To write down information so others can understand or use it later.


reference

--feedback--

Something you look at for information or help, like a guide or example.