JavaScript is a case-sensitive language. This means that the language keywords, variables, function names, and any other identifiers must always be typed with a consistent capitalization of letters . So the identifiers Time and TIME will convey different meanings in JavaScript.
What is case insensitive JavaScript?
JavaScript is a case-sensitive language. This means that the language keywords, variables, function names, and any other identifiers must always be typed with a consistent capitalization of letters . So the identifiers Time and TIME will convey different meanings in JavaScript.