camelCase
The first word is lowercase and every subsequent word is capitalized, joined without spaces. The default identifier style for JavaScript, Java, and Swift variables and functions.
thisIsAnExampleOfCamelCase
Developer style: firstWordLowerRestCapitalized.
The first word is lowercase and every subsequent word is capitalized, joined without spaces. The default identifier style for JavaScript, Java, and Swift variables and functions.
thisIsAnExampleOfCamelCase