Home » JavaScript » JavaScript Statements » Question

JavaScript Statements

  1. A conditional expression is also called a _______________.
    1. If-then-else statement
    2. Alternative to if-else
    3. Immediate if
    4. All of above
    5. None of these
Correct Option: C

A conditional expression can evaluate to either True or False based on the evaluation of the condition. If the condition is true then the value following the operator is taken that’s why it is called immediate if.



Your comments will be displayed only after manual approval.