Which symbol is used separate JavaScript statements?

6. Which symbol is used separate JavaScript statements?

  1. Comma (,)
  2. Colon (:)
  3. Hyphen (_)
  4. Semicolon (;)

Answer: D) Semicolon (;)

Explanation:

The semicolon (;) is used to separate the JavaScript statements.

Comments and Discussions!

Load comments ↻






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