What does JavaScript "error handling" even mean??

Опубликовано: 14 Октябрь 2024
на канале: Zach Gollwitzer
1,414
96

This is part of my Frontend Web Development Course for Beginners. Learn the basics of HTML, CSS, and JavaScript to build a solid foundation for web development.

You can find resources and other information for this video at the Full Stack Foundations link below:

Video Link: https://www.fullstackfoundations.com/...
Course Home: https://www.fullstackfoundations.com/...
Course Repo: https://github.com/zachgoll/fullstack...

-------------------------------------------------------------------------------------

Connect with me:

Twitter: https://www.x.com/zg_dev
Full Stack Foundations: https://www.fullstackfoundations.com

-------------------------------------------------------------------------------------

Timestamps:

0:00 Why Error Handling?
2:52 ReferenceError
3:55 SyntaxError
4:46 TypeError
6:46 try / catch block for error handling
10:08 NaN data type
12:52 null data type
14:39 undefined data type