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
The current documentation simply says that v == true will return undefined if v is not defined, which isn’t totally surprising. v != true is a different story.
The current documentation simply says that
v == true
will returnundefined
ifv
is not defined, which isn’t totally surprising.v != true
is a different story.See: #1622
The text was updated successfully, but these errors were encountered: