Code Smarter; Use a Debugger
I was helping a friend debug an issue yesterday. He just started learning PHP, and was building an auth login page in HTML/CSS/JS.
The bug was strange – there was an if statement in his client side javascript which always resolved to false:
if (respo...
webdevwithseb.hashnode.dev2 min read
Yahaya Oyinkansola
PHP Developer
I didn't know Chrome's debugger was this helpful, I have got to learn how to use it