At Westonci.ca, we provide clear, reliable answers to all your questions. Join our vibrant community and get the solutions you need. Get accurate and detailed answers to your questions from a dedicated community of experts on our Q&A platform. Experience the ease of finding precise answers to your questions from a knowledgeable community of experts.

Which of the following statements accurately describes JavaScript syntax?
a) JavaScript uses semicolons to terminate statements, but they are optional.
b) JavaScript variables must be declared using the var keyword before use.
c) JavaScript is case-sensitive for variable names, function names, and operators.
d) JavaScript does not support the use of comments to annotate code.