DEV Community

Discussion on: Reassignment vs Mutability

Collapse
 
mateiadrielrafael profile image
Matei Adriel • Edited

Btw, I'd prefer

const weekend = day === 0 || day === 6
Collapse
 
boywithsilverwings profile image
Agney Menon

sure, that was rather a simplification. You can think of a better case as one having multiple if statements.