Implement support for more than 2 arguments for logical functions `and`, `or`, and `xor`
Open
category:expressions
feature
- Dominant language
- JavaScript
- Stars
- 15.1k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
As `and`, `or`, and `xor` are associative and commutative, in function form there's no reason they could not take multiple arguments like their arithmetic counterparts `add` and `multiply`.
Contributor guide
Assessment
This issue has not been assessed yet.