DEV Community

Cover image for Rules for naming variables in JavaScript

Rules for naming variables in JavaScript

Ashwani Singh on March 12, 2024

1. Rules for naming variables Almost all programming languages enforce certain rules on the programmer when naming variables. This is do...
Collapse
 
erackcoder profile image
Erackcoder

Very helpful post

Collapse
 
imashwani profile image
Ashwani Singh

Thank you

Collapse
 
efpage profile image
Eckehard

The programming language Pascal ignores the letter case, so it is strange that some people use "PascalCasing". This should mean: do what you want!