Tag Archives: usage of comments in javascript

Best practices in Javascript

Following are the few practices doing in the coding using javascript. 1.Try to Avoid global Variables In some case we cant able to remove global variable.try to use local variable instead of global variable.your global variable or function defined in the script,if we use the same variable or function in the script again it wil… Read More »