And Op
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 |
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
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