Expert Developer JavaScript Question:
Download Questions PDF

Is JavaScript case sensitive?

Expert JavaScript Developer Interview Question
Expert JavaScript Developer Interview Question

Answer:

Yes, absolutely. For example, the function getElementById is not the same as the function getElementbyID. Keeping your capitalization consistent is important.

Download Expert JavaScript Developer Interview Questions And Answers PDF

Previous QuestionNext Question
What is Screen object?What is the method for reading and writing a file in JavaScript?