0 votes
in JavaScript by
Which one of the following also known as Conditional Expression:

a) Alternative to if-else

b) Switch statement

c) If-then-else statement

d) immediate if

1 Answer

0 votes
by

Answer: D

Reason: A conditional expression can only evaluate two things, which either true or false, that are purely based on the evaluation of the condition

...