Hacker News new | ask | show | jobs
by aeonflux 37 days ago
Those two behave in the same way if you drop the parentheses:

1. statement if (condition || something)

2. (statement if condition) or something