In JavaScript, capital letters are different from lowercase letters ?

  1. Not on windows platforms

  2. Yes

  3. No

  4. Not on Linux Platform


Correct Option: B
Explanation:

To solve this question, the user needs to have basic knowledge of JavaScript syntax and understand the difference between uppercase and lowercase letters.

The answer is:

A. Yes

In JavaScript, capital letters and lowercase letters are different from each other. This means that variables named "test" and "Test" are considered two separate variables. It is important to be consistent with capitalization when naming variables and calling functions in JavaScript.

Find more quizzes: