📅  最后修改于: 2022-03-11 14:58:53.002000             🧑  作者: Mango
camelCase is a naming convention in which the first letter of each word in a compound word is capitalized, except for the first word. Software developers often use camelCase when writing source code. camelCase is useful in programming since element names cannot contain spaces.