In JavaScript, multi-line comments start with __ and end with ___

18. In JavaScript, multi-line comments start with __ and end with ___.

  1. /* and */
  2. <!—and -->
  3. ## and ##
  4. // and //

Answer: A) /* and */

Explanation:

In JavaScript, multi-line comments start with /* and end with */.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.