JavaScript Coding Conventions

Always use the same coding conventions for all your JavaScript projects. Coding conventions are style guidelines for programming. They typically cover: Naming and declaration rules for variables and functions. Rules for the use of white space, indentation, and comments. Programming practices