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
(Attention: The meaning is slightly different. ? tests for null and undefined but or tests for all falsy values. This, however, is what you want most of the time anyway.)
The text was updated successfully, but these errors were encountered:
instead of
(Attention: The meaning is slightly different.
?
tests for null and undefined butor
tests for all falsy values. This, however, is what you want most of the time anyway.)The text was updated successfully, but these errors were encountered: