1. Drop the use of var in javascript ; There are various reasons why you should drop the use of var in javascript mostly related to scope as expounded in this article. Basically, var has a lot of "sinkholes" that have proven to be quite a nightmare...
cyruscodes.hashnode.dev8 min read
No responses yet.