You have a list of user's that has been returned from an API, you would like to determine the count of user's in the list.
Measures the length of a List. It will return the number of elements of that list.
List to Measure
The array/list to get the length of.
Inputs:
List to Measure: [1,2,3,4,5]
[1,2,3,4,5]
Result of Example:
Last updated 8 months ago
Was this helpful?
5