Render a welcome message if the user is logged in, otherwise show a login prompt. Use a "loggedIn" state variable and a button to toggle it. Use a ternary for the conditional.
Click Run to test your code