We can create more specific names with camel case, where we write the first word as lowercase and then capitalize every word after it.

Great work! The variable name bigCity uses camel case to combine two words into one.

Camel case means capitalizing each word that comes after the first in a variable name. In this case it would be bigCity.