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