DEV Community

Jalaj Bankar
Jalaj Bankar

Posted on • Edited on

//TipForABeginner #1

always use DevTools(rightClick + Inspect in Browser) while debugging Front-end errors…Always.

Top comments (2)

Collapse
 
nevodavid profile image
Nevo David

Yep, I always end up living inside DevTools when nothing works. Good tip.

Collapse
 
nathan_tarbert profile image
Nathan Tarbert

this hits home - devtools changed everything for me tbh. ever feel like you hit a wall and then finally spot something tiny that just fixes it all?