I have noticed that most Javascript methods (framework and custom) start with lowercase letters. Is there a reason and/or benefit to this?
I have noticed that most Javascript methods (framework and custom) start with lowercase letters.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s no technical reason. It’s about readability, tradition, similarity to existing code. Consistency leads to readability, and arbitrary divergence stands out for no good reason.