Welcome to Westonci.ca, where you can find answers to all your questions from a community of experienced professionals. Connect with a community of professionals ready to help you find accurate solutions to your questions quickly and efficiently. Explore comprehensive solutions to your questions from a wide range of professionals on our user-friendly 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.