0 votes
in JavaScript by
Is JavaScript a case-sensitive language?

2 Answers

0 votes
by

Yes! JavaScript is a case-sensitive language. This means that language keywords, variables, function names, and any other identifiers must always be typed with a consistent capitalization of letters.

0 votes
by
Yes , JavaScript is case-sensitive.
...