reading-notes

201 Reading Notes: Class 10

Summary: This class reading assignment is about Debugging

What Went Wrong? Troubleshooting JavaScript

-Syntax errors: These are spelling errors in your code that actually cause the program not to run at all, or stop working part way through

-Logic errors: These are errors where the syntax is actually correct but the code is not what you intended it to be, meaning that program runs successfully but gives incorrect results.

Logic errors, syntax errors, spelliing, symbols

SOURCE https://canvas.instructure.com/courses/5629920 discussion_topics/16338959#submit

How would you describe the JavaScript Debugger tool and how it works to someone just starting out in software development? Define what a breakpoint is. What is the call stack?

Things I want to know more about

the Dom, need more info

Bookmark and Review

Debugging HTML https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Debugging_HTML

Debugging CSS https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Debugging_CSS