Primitive
array.length
BETAShort name: length
Version: 1.0.0
Return the length of an array.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| array | array | true | Array whose length should be returned. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| length | number | false | Array length. |