Computer Science, asked by yagnikdevani2003, 2 months ago

Answer the question in short.
1. Explain JavaScript structure,​

Answers

Answered by NikethKumaran
3

 \bold\color{red}{? \:  \: Question: \: ?}

→ Explain JavaScript structure

 \bold\color{blue}{Answer:}

→ Just like other languages, JavaScript runs one statement at a time. A statement is a group of executable language components terminated by a semi colon. Statements are usually executed in order from top to bottom. The order of execution can be changed by conditional statements such as if and switch, by looping statements such as while, for, and do, and by disruptive statements like break, return, and throw. Function execution also can change the top to bottom nature of statement execution.

Similar questions