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

Related questions

0 votes
asked Sep 10, 2021 in Cloud Computing by SakshiSharma
+1 vote
asked Dec 26, 2022 in Digital Primer by Robin
...