Are javascript variables case sensitive?
Answer / Vivek Shivhare
Yes, JavaScript is case-sensitive with regards to variable names. For example, 'myVariable' and 'myvariable' are considered as two different variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is unobtrusive javascript? How to add behavior to an element using javascript?
Explain the working of timers in JavaScript? Also elucidate the drawbacks of using the timer, if any?
What is the microsoft version of javascript?
How can you detect the client operating system using javascript?
What is the naming conventions for the variables in javascript?
How to open url in a new tab in javascript?
What is console.log()?
Is javascript necessary for web development?
How to set a html document's background color?
What is the similarity between the 1st and 2nd statement?
What is triple dot in javascript?
How do I open javascript?