camelCase
CamelCase is a style of writing compound words or phrases without spaces, in which internal word boundaries are indicated by capitalizing the first letter of each word after the initial one. The term camelCase is sometimes capitalized as CamelCase or PascalCase when the first letter is also capitalized. The two common variants are lower camel case (also called dromedaryCase) in which the first letter is lowercase, and upper camel case (also called PascalCase) in which the first letter is uppercase.
CamelCase is widely used in programming to form identifiers such as variable names, function names, and class
The practice gained prominence with modern languages such as Java, JavaScript, and C# in the 1990s and