Home »
MCQs »
EmberJS MCQs
How do you end the conditional statement in EmberJS?
34. How do you end the conditional statement in EmberJS?
- {()}
- {{))
- {{/}}
- {}
Answer: C) {{/}}
Explanation:
Conditional statements begin with the #(Hash) before the helper's name and end with the closing expression, i.e., {{/}} double curly brace.