When you want to debug a web application or website and if you’re using Chrome you can do it via Chrome DevTools other browsers have similar tools as well.
so what are the common DevTools?
- Console – main usage is to log messages and run JavaScript.
- Network – inspect network activity.
- Storage – view, edit, and delete a page’s HTTP cookies.
- Performance – analyze runtime performance.
- Security – check that a page is fully protected by HTTPS.
There are more DevTools available check them out at this link
(Visited 78 times, 1 visits today)