JavaScript - Programming Language (MCQ) questions for Q. 27540
Q. Which of the following is the structure of an if statement?- Published on 26 Feb 17a. if (conditional expression is true) thenexecute this codeend if
b. if (conditional expression is true)execute this codeend if
c. if (conditional expression is true) {then execute this code>->}
d. if (conditional expression is true) then {execute this code}
ANSWER: if (conditional expression is true) {then execute this code>->}