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 |
What is difference == and === in javascript?
What is a module in javascript?
Where should I put script tags?
What is the difference between innerHTML and innerText?
What is Date object in JavaScript?
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 ?
How to add new elements dynamically?
Is everything in javascript asynchronous?
how to get no of items from from weblist?
Which javascript is best?
What are the boolean operators supported by javascript? And operator: &&
what is runnable interface