What is Camel Case ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is Camel Case ?

20th Jun 2019, 10:43 AM
Blah
2 Answers
+ 5
Camel case is when you are naming something like a function with multiple words to make it easier to read. The first word is all lower case and then each word after that begins with a capital letter. Example: Function thisIsCamelCase()
20th Jun 2019, 12:10 PM
Ryan Lusby
Ryan Lusby - avatar
20th Jun 2019, 11:23 AM
voja
voja - avatar