Loading

Quipoin Menu

Learn • Practice • Grow

react / Conditional Rendering in React
exercise
1/5
Exercise 1React
Question

Create a component that displays 'You are logged in' if a boolean 'isLoggedIn' is true, otherwise 'Please log in'. Use a ternary operator.