Why can {count && <p>{count}</p>}
behave unexpectedly when count = 0?
It throws an error
It still renders 0
It doesn’t render anything
It duplicates the element
This question is part of this quiz :
Conditional Rendering In ReactReact | Conditional Rendering | Question 3