Probably many of you use Hungarian notation for naming variables. But if you don't want to indicate what type of the variable it is, how do you name the variable?

Say, MyVariable, for example.

I noticed that many put the first word low case, and capitalize other words.

For example, myVariable.

Why is that? What is the most common way of naming variables and functions?