Avoid comparing multiple values with `includes`
Last updated
Was this helpful?
Last updated
Was this helpful?
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 .