What is camelcase in programming?



What is camelcase in programming?..

Answer / Himanshu Chauhan

Camel case is a naming convention for identifiers (variables, functions, etc.) in many programming languages. In camel case, words are separated by uppercase letters rather than underscores or spaces. For example: myVariableName.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

What is difference == and === in javascript?

1 Answers  


What is a module in javascript?

1 Answers  


Where should I put script tags?

1 Answers  


What is the difference between innerHTML and innerText?

1 Answers  


What is Date object in JavaScript?

1 Answers  


What are the different ways in which we can use the link tag ? Illustrate with an example. Is it possible to link a file with another file on a different file server ? If yes, how ?

1 Answers  


How to add new elements dynamically?

1 Answers  


Is everything in javascript asynchronous?

1 Answers  


how to get no of items from from weblist?

0 Answers  


Which javascript is best?

1 Answers  


What are the boolean operators supported by javascript? And operator: &&

1 Answers  


what is runnable interface

1 Answers  


Categories