***Write in a 6th grader’s response at least two complete sentences for each of the points listed below..

Point 1. What are the top 3 bugs you have seen so far when making web pages?
Point 2• What are 2 things you can do while coding to make bugs easier to find and fix?point 3 What is the 1 piece of advice you'd give someone who has a bug?

1 answer

Point 1:
1. One bug I've seen is when the images don't load properly on the web page.
2. Another bug I've noticed is when the links don't work and lead to the wrong page.
3. The third bug I've encountered is when the text overlaps or doesn't display correctly on the page.

Point 2:
1. One thing I can do while coding to make bugs easier to find is to use comments to explain what different parts of the code are supposed to do.
2. Another thing I can do is to test the code frequently as I'm writing it to catch any bugs early on.

Point 3:
1. The piece of advice I'd give someone who has a bug is to take a step back and try to understand what the code is supposed to do, then carefully check each line for any mistakes.