to change function or variable names in programming from a lowercase form to a mixed case form.
I don't get why I have to camelize 'text-decoration' to 'textDecoration' when using JavaScript to change CSS dynamically in my Facebook application.
17👍 12👎