Outputs `true` if both input values are `true` (boolean)
summary (oneliner)
Bool1 | Bool2 | Result |
---|---|---|
0 | 0 | 0 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 1 |
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
bool 1 (boolean /Number)
The first boolean value
bool 2 (boolean /Number)
The second boolean value
Outputs
result (Number)
The result, only true
when both input values are true