Hacker News
new
past
comments
ask
show
jobs
points
by
ClikeX
7 hours ago
|
comments
by
aeonflux
4 hours ago
|
[-]
Those two behave in the same way if you drop the parentheses:
1. statement if (condition || something)
2. (statement if condition) or something
reply