CSS uses hyphens to separate words:
.class_name{background-color:#000;}
Javascript uses lowerUpper formatting:
document.getElementById("my_div").style.backgroundColor
But what is the lowerUpper formatting syntax called?
I read it somewhere, in the context of "remember to _ the style property because javascript doesn't use hyphens".
Thanks