A method/function should always start with a small letter.
Good Example:
function myFunction() {...}
Bad Example:
function MyFunction() {...}