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

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

1 answer

1. The top 3 bugs I've seen when making web pages are broken links, images not loading, and text formatting issues.
2. Two things I can do while coding to make bugs easier to find and fix are commenting my code so I know what each part does, and testing my web page frequently to catch bugs early on.
3. The one piece of advice I'd give someone who has a bug is to stay calm and methodically review your code to try to identify where the issue might be coming from.