If we want to give a variable a name with three words, how would we name it?

bigBlueHousebig blue housebigbluehouse

Nice work!

A variable with multiple words should use camel case. That means capitalizing the first letter of each word after the first with no spaces.