Multiple choice general knowledge science & technology

JavaScript is Case Senstive

  1. True

  2. False

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

JavaScript is a case-sensitive programming language. This means that variables, functions, and other identifiers must be referenced with the exact same capitalization they were declared with. For example, 'myVariable' and 'MyVariable' are different identifiers.