Discover the best answers at Westonci.ca, where experts share their insights and knowledge with you. Get detailed and accurate answers to your questions from a community of experts on our comprehensive Q&A platform. Get immediate and reliable solutions to your questions from a community of experienced professionals on our platform.

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.