JavaScript Naming Conventions: Variables
JavaScript variables are case sensitive. Therefore, JavaScript variables with lowercase and uppercase characters are different
JavaScript variable should be self-descriptive. It should not be necessary to add a comment for additional documentation to the variable
Most often JavaScript variables are declared with a camelCase , variable name with a leading lowercase character

#programming #coding #web-development #javascript

JavaScript Naming Convention Best Practices
1.40 GEEK