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
Writing an if and else statement both without braces will only display a warning for the if. Once that has been fixed, the else displays the warning. They should both show it from the start.
The text was updated successfully, but these errors were encountered:
Writing an
if
andelse
statement both without braces will only display a warning for theif
. Once that has been fixed, theelse
displays the warning. They should both show it from the start.The text was updated successfully, but these errors were encountered: