JavaScript - The Complete Guide 2022
Section 3: Debugging & Efficient - Get Unstuck & Stay Productive!
olivia_yj
2022. 10. 12. 17:30
The goals
💪🏻Write Code Efficiently
✌🏻Find Help
👍🏻Debug Your Code
Write Code Efficiently
Work in a productive environment (i.e. IDE, editor)
Auto-format code & use shortcuts
Use auto-completion and hints
Explore extensions & settings
Find Help
Use MDN
Learn how to google (seriously!)
Ask proper questions, help others
Trial & Error
Debug Your Code
Read and utilize error messages
Use console.log() to gain insights into your code (flow)
Use the (Chrome) debugging tools
Use your IDEs debugging capabilities
MDN
Sources
https://developer.mozilla.org/ko/
MDN Web Docs
The MDN Web Docs site provides information about Open Web technologies including HTML, CSS, and APIs for both Web sites and progressive web apps.
developer.mozilla.org