Loading...

Tag: js naming conventions

JavaScript Naming Conventions

Every programming language has some naming convention, JavaScript is no exception. It is good practice to follow naming conventions while naming variables, functions, classes and so on. Following are some [ … ]