Error handling and debugging
- Debugging is a deduction based process to remove errors
- viewing the console is helpful for pin pointing the exact error
- JS has 7 types of errors
- statements like try, catch, and finally are able to provide feedback to users to help debug
- the element tab is able to show you the area that is being influnced by certain language segments in on the website
BACK TO HOME