Glossary term
Bug
A mistake or unexpected behavior in software.
A bug is a problem in a program. Sometimes it comes from a typo. Sometimes the logic was written in a way that does not match the goal.
Finding and fixing bugs is a normal part of learning. Good developers do not avoid bugs forever. They learn how to read them, test ideas, and correct them calmly.