You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// We can add an `else` clause to an `if` statement to provide code that will only be executed if the condition is `false`. Heres a form of an `if` statement that includes an `else` clause: