0 votes
in JavaScript by
What are the tools or techniques used for debugging JavaScript code in javscript?

1 Answer

0 votes
by

You can use below tools or techniques for debugging javascript

  1. Chrome Devtools
  2. debugger statement
  3. Good old console.log statement
...