Primitive
logic.and
BETAShort name: and
Version: 1.0.0
Return true when all values are truthy.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| values | array | true | Array of one or more values evaluated by JavaScript truthiness. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| result | boolean | false | True when every value is truthy. |