10 things should be avoided as a javascript developer
Briefly

As a JavaScript developer, it is important to keep in mind the best practices and avoid certain common pitfalls in order to write efficient and maintainable code.Here are ten things that you should avoid as a JavaScript developer
1. Overuse of global variables:
Using too many global variables can make it difficult to keep track of the state of your application and can lead to name collisions.
Read at Medium
[
add
]
[
|
|
]