Home »
MCQs »
EmberJS MCQs
In which of the following conditional statement only a false block of statements is executed?
35. In which of the following conditional statement only a false block of statements is executed?
- #if
- #unless
Answer: B) #unless
Explanation:
In #unless conditional statement only a false block of statements is executed.