fireship.io icon indicating copy to clipboard operation
fireship.io copied to clipboard

Small typo in /courses/react/basics-conditional-rendering

Open sgerodes opened this issue 2 years ago • 0 comments

In "Option 3: Logical And". Instead of {count && 2 === 0 ? <h1>Count is even</h1> }

it should be {count && 2 === 0 && <h1>Count is even</h1> }

sgerodes avatar Aug 08 '22 13:08 sgerodes