-
Notifications
You must be signed in to change notification settings - Fork 140
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
erfanium
changed the title
[Question] What this line means?
[Question] What does this line means?
Apr 16, 2021
erfanium
changed the title
[Question] What does this line means?
[Question] What does this line mean?
Apr 16, 2021
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: