-
Notifications
You must be signed in to change notification settings - Fork 141
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
[Question] What does this line mean? #186
Comments
It sets thee default value to false. |
erfanium
added a commit
to erfanium/find-my-way-deno
that referenced
this issue
Apr 17, 2021
Merged
thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While I was creating a Deno port of this project, I saw this line:
find-my-way/node.js
Line 29 in df6951b
What's the point of
false || ...
? The first condition is always false!The text was updated successfully, but these errors were encountered: