In my opinion, those folks who make an effort for their code quality, documentation and spelling will use tools like codespell.
In JavaScript all variables and function names are case sensitive. This means that capitalization matters. MYVAR is not the same ...