Len is a dynamic property, that returns the length of its input value.
Len takes no parameters
arr = [1,2,3,4,5] // setup the array log arr.len // returns 5
Last updated 3 months ago