Multiple choice

Is JavaScript case-sensitive?

  1. No

  2. Yes

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

JavaScript is case-sensitive, meaning variables like 'myVar' and 'myvar' are treated as distinct identifiers.