Are there any basic HTML / CSS / JavaScript debugging tools to help identify typos?
In those days when "#fron" should be "#from". I'm not talking about the code itself, but about things like class names and identifiers.
I know there are reliable IDEs, but itβs just interesting if there are any pretty simple tools or extensions that I simply donβt know about.
Before asking a question here, I try to fully review the code, but I am my own worst corrector.
source
share