Westonci.ca is the premier destination for reliable answers to your questions, brought to you by a community of experts. Explore our Q&A platform to find in-depth answers from a wide range of experts in different fields. Join our Q&A platform to connect with experts dedicated to providing accurate answers to your questions in various fields.

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.