which is a statement terminator in Javascript
Answers
Answered by
0
Answer:
Statement;
Golden Rule: Each statement is terminated by a semicolon. ... In Javascript, semicolons are treated as statement terminators however, it also allows one to write without using the semicolon.
Answered by
0
Answer:
Semicolons are used as statement terminators.
Explanation:
- In JavaScript, statements are used to regulate the program's flow.
- Semicolons are used as statement terminators in JavaScript, however it is also possible to write without using them. Almost all languages have a concept of statement termination.
- The semicolon symbol is very important in programming. It's also used to indicate the end of an instruction in programming languages including C, C++, Java, JavaScript, and Python.
Similar questions