JavaScript question detail
What are the tools or techniques used for debugging JavaScript code
You can use below tools or techniques for debugging javascript
- Chrome Devtools
- debugger statement
- Good old console.log statement
JavaScript question detail
You can use below tools or techniques for debugging javascript