Course contentsShow
React
Lesson 114 of 2,3964. Conditional Rendering in JSXPro lesson

Explicit Comparisons Over Implicit Truthiness

Write `array.length > 0 && <List />` instead of `array.length && <List />` for clarity.

This lesson is for subscribers

You've completed the free preview. Subscribe to unlock every lesson in every course.