Account
Categories

Debugging tools


Definition:

It means finding errors in your code and then fixing them.

In JavaScript, some tools help developers easily find mistakes (errors) in the code and then correct them.

Some of the debugging tools in JavaScript include:

  • Browser Console (F12 / Developer Tools)
  • Breakpoints
  • Debugger Statement
  • Linting Tools
  • Online Editors
  • Stack Trace