Avoid comparing multiple values with `includes`
Instead of doing:
Do:
This will very situational, but when comparing multiple values you can use include to improve legibility. Also make sure that an early return isn't more appropriate first.
Last updated
Was this helpful?