Expert Developer JavaScript Question:

Download Job Interview Questions and Answers PDF

Is JavaScript case sensitive? Give an example?

Expert JavaScript Developer Interview Question
Expert JavaScript Developer Interview Question

Answer:

Yes, JavaScript is case sensitive. For example, a function parseInt is not same as the function Parseint.

Download Expert JavaScript Developer Interview Questions And Answers PDF

Previous QuestionNext Question
How will you explain closures in JavaScript? When are they used?How are object properties assigned in JavaScript?