-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Value missing in challenge. #154
Comments
It's actually not a bug, if you see the answer |
However in this case the answer was true |
the answer is actually false. I doubled checked |
I’m my screenshot above line 1 it says that it does demonstrate nil coalescing with optionals. I originally chose false since there was nothing shown after the ?? however it told me my answer was wrong. |
The same issue exists on the nil coalescing quiz question which is using selectedYear and actualYear |
When taking the nil coalescing review, the last value after the ?? would be missing until the answer is submitted.
The text was updated successfully, but these errors were encountered: