Multiple choice Is JavaScript case-sensitive? No 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.