reading-notes

Class 10

Back to home page

Trobleshooting JS

Q. Name some key differences between a Syntax Error and a Logic Error.

Q. List a few types of errors that you have encountered in past lab assignments and explain how you were able to correct them.

Q. How will this topic continue to influence your long term goals?

The JavaScript Debugger

Q. How would you describe the JavaScript Debugger tool and how it works to someone just starting out in software development?

Q. Define what a breakpoint is.

Q. What is the call stack?

Things I want to know more about

Debugging is something we’ve been using very casually for awhile now and breakpoints are something I personally have never used. Getting to know and use this feature of the debugger seems like a great skill to know.