Are javascript variables case sensitive?



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

Post New Answer

More JavaScript Interview Questions

What is unobtrusive javascript? How to add behavior to an element using javascript?

1 Answers  


Explain the working of timers in JavaScript? Also elucidate the drawbacks of using the timer, if any?

1 Answers  


What is the microsoft version of javascript?

1 Answers  


How can you detect the client operating system using javascript?

1 Answers  


What is the naming conventions for the variables in javascript?

1 Answers  


How to open url in a new tab in javascript?

1 Answers  


What is console.log()?

1 Answers  


Is javascript necessary for web development?

1 Answers  


How to set a html document's background color?

1 Answers  


What is the similarity between the 1st and 2nd statement?

1 Answers  


What is triple dot in javascript?

1 Answers  


How do I open javascript?

1 Answers  


Categories