The Art of Debugging & Most Common Bugs
source
Debugging is the process of removing bugs and errors from your code.
Syntax errors: Stops code from running.
Runtime errors: Where your code has unexpected behaviour.
Logical errors: Where your code doesn't do what you intended.
In the...
devarshi.hashnode.dev3 min read