Expert Developer JavaScript Question:
Is JavaScript case sensitive? Give an example?
Answer:
Yes, JavaScript is case sensitive. For example, a function parseInt is not same as the function Parseint.
Previous Question | Next Question |
How will you explain closures in JavaScript? When are they used? | How are object properties assigned in JavaScript? |