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

Related questions

0 votes
asked Oct 24, 2023 in JavaScript by DavidAnderson
0 votes
asked Oct 1, 2023 in JavaScript by GeorgeBell
...