People hate JS because they don’t understand it completely and how it works under the hood. Some people think that they know it but end up following some practices which in turn degrades the code quality of the project. Lacking knowledge of DRY principle in Coding is a standard Coding practice that you should follow in any language while programming. Not handling errors in API calls is not a general practice.
Table of contents
Worst JavaScript practices that degrade code qualityStill using var ?Using un-descriptive namesUsing ‘==’ instead of ‘===’Lacking knowledge of DRY principle in CodingNot handling errors in API callsNot understanding Arrow vs Normal functionsUsing Old TricksSort: